Package org.vitrivr.cottontail.grpc
Class CottonDMLGrpc
- java.lang.Object
-
- org.vitrivr.cottontail.grpc.CottonDMLGrpc
-
@Generated(value="by gRPC proto compiler (version 1.29.0)", comments="Source: cottontail.proto") public final class CottonDMLGrpc extends java.lang.ObjectEndpoint for data management (INSERT, UPDATE and DELETE).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCottonDMLGrpc.CottonDMLBlockingStubEndpoint for data management (INSERT, UPDATE and DELETE).static classCottonDMLGrpc.CottonDMLFutureStubEndpoint for data management (INSERT, UPDATE and DELETE).static classCottonDMLGrpc.CottonDMLImplBaseEndpoint for data management (INSERT, UPDATE and DELETE).static classCottonDMLGrpc.CottonDMLStubEndpoint for data management (INSERT, UPDATE and DELETE).
-
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.DeleteMessage,CottontailGrpc.QueryResponseMessage>getDeleteMethod()static io.grpc.MethodDescriptor<CottontailGrpc.InsertMessage,CottontailGrpc.Status>getInsertMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<CottontailGrpc.UpdateMessage,CottontailGrpc.QueryResponseMessage>getUpdateMethod()static CottonDMLGrpc.CottonDMLBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic CottonDMLGrpc.CottonDMLFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic CottonDMLGrpc.CottonDMLStubnewStub(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
-
getInsertMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.InsertMessage,CottontailGrpc.Status> getInsertMethod()
-
getUpdateMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.UpdateMessage,CottontailGrpc.QueryResponseMessage> getUpdateMethod()
-
getDeleteMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.DeleteMessage,CottontailGrpc.QueryResponseMessage> getDeleteMethod()
-
newStub
public static CottonDMLGrpc.CottonDMLStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static CottonDMLGrpc.CottonDMLBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static CottonDMLGrpc.CottonDMLFutureStub 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()
-
-