Package org.vitrivr.cottontail.grpc
Class DQLGrpc
- java.lang.Object
-
- org.vitrivr.cottontail.grpc.DQLGrpc
-
@Generated(value="by gRPC proto compiler (version 1.37.0)", comments="Source: cottontail.proto") public final class DQLGrpc extends java.lang.ObjectEndpoint for data management (SELECT).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDQLGrpc.DQLBlockingStubEndpoint for data management (SELECT).static classDQLGrpc.DQLFutureStubEndpoint for data management (SELECT).static classDQLGrpc.DQLImplBaseEndpoint for data management (SELECT).static classDQLGrpc.DQLStubEndpoint for data management (SELECT).
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<CottontailGrpc.BatchedQueryMessage,CottontailGrpc.QueryResponseMessage>getBatchQueryMethod()static io.grpc.MethodDescriptor<CottontailGrpc.QueryMessage,CottontailGrpc.QueryResponseMessage>getExplainMethod()static io.grpc.MethodDescriptor<com.google.protobuf.Empty,com.google.protobuf.Empty>getPingMethod()static io.grpc.MethodDescriptor<CottontailGrpc.QueryMessage,CottontailGrpc.QueryResponseMessage>getQueryMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static 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 Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getExplainMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.QueryMessage,CottontailGrpc.QueryResponseMessage> getExplainMethod()
-
getQueryMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.QueryMessage,CottontailGrpc.QueryResponseMessage> getQueryMethod()
-
getBatchQueryMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.BatchedQueryMessage,CottontailGrpc.QueryResponseMessage> getBatchQueryMethod()
-
getPingMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,com.google.protobuf.Empty> getPingMethod()
-
newStub
public static DQLGrpc.DQLStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static DQLGrpc.DQLBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static DQLGrpc.DQLFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-