Package org.vitrivr.cottontail.grpc
Class DQLGrpc
java.lang.Object
org.vitrivr.cottontail.grpc.DQLGrpc
@Generated(value="by gRPC proto compiler (version 1.60.0)",
comments="Source: cottontail.proto")
public final class DQLGrpc
extends Object
Endpoint for data management (SELECT).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceEndpoint for data management (SELECT).private static classstatic final classA stub to allow clients to do synchronous rpc calls to service DQL.private static final classstatic final classA stub to allow clients to do ListenableFuture-style rpc calls to service DQL.static classBase class for the server implementation of the service DQL.private static final classstatic final classA stub to allow clients to do asynchronous rpc calls to service DQL.private static final class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static io.grpc.MethodDescriptor<CottontailGrpc.QueryMessage,CottontailGrpc.QueryResponseMessage> private static io.grpc.MethodDescriptor<com.google.protobuf.Empty,com.google.protobuf.Empty> private static io.grpc.MethodDescriptor<CottontailGrpc.QueryMessage,CottontailGrpc.QueryResponseMessage> private static final intprivate static final intprivate static final intstatic final Stringprivate static io.grpc.ServiceDescriptor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionbindService(DQLGrpc.AsyncService service) static io.grpc.MethodDescriptor<CottontailGrpc.QueryMessage,CottontailGrpc.QueryResponseMessage> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,com.google.protobuf.Empty> static io.grpc.MethodDescriptor<CottontailGrpc.QueryMessage,CottontailGrpc.QueryResponseMessage> static io.grpc.ServiceDescriptorstatic DQLGrpc.DQLBlockingStubnewBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic DQLGrpc.DQLFutureStubnewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic DQLGrpc.DQLStubnewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
getExplainMethod
private static volatile io.grpc.MethodDescriptor<CottontailGrpc.QueryMessage,CottontailGrpc.QueryResponseMessage> getExplainMethod -
getQueryMethod
private static volatile io.grpc.MethodDescriptor<CottontailGrpc.QueryMessage,CottontailGrpc.QueryResponseMessage> getQueryMethod -
getPingMethod
private static volatile io.grpc.MethodDescriptor<com.google.protobuf.Empty,com.google.protobuf.Empty> getPingMethod -
METHODID_EXPLAIN
private static final int METHODID_EXPLAIN- See Also:
-
METHODID_QUERY
private static final int METHODID_QUERY- See Also:
-
METHODID_PING
private static final int METHODID_PING- See Also:
-
serviceDescriptor
private static volatile io.grpc.ServiceDescriptor serviceDescriptor
-
-
Constructor Details
-
DQLGrpc
private DQLGrpc()
-
-
Method Details
-
getExplainMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.QueryMessage,CottontailGrpc.QueryResponseMessage> getExplainMethod() -
getQueryMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.QueryMessage,CottontailGrpc.QueryResponseMessage> getQueryMethod() -
getPingMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,com.google.protobuf.Empty> getPingMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-