Package org.vitrivr.cottontail.grpc
Class DMLGrpc
- java.lang.Object
-
- org.vitrivr.cottontail.grpc.DMLGrpc
-
@Generated(value="by gRPC proto compiler (version 1.36.0)", comments="Source: cottontail.proto") public final class DMLGrpc extends java.lang.ObjectEndpoint for data management (INSERT, UPDATE and DELETE).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDMLGrpc.DMLBlockingStubEndpoint for data management (INSERT, UPDATE and DELETE).static classDMLGrpc.DMLFutureStubEndpoint for data management (INSERT, UPDATE and DELETE).static classDMLGrpc.DMLImplBaseEndpoint for data management (INSERT, UPDATE and DELETE).static classDMLGrpc.DMLStubEndpoint 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.BatchInsertMessage,CottontailGrpc.QueryResponseMessage>getInsertBatchMethod()static io.grpc.MethodDescriptor<CottontailGrpc.InsertMessage,CottontailGrpc.QueryResponseMessage>getInsertMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<CottontailGrpc.UpdateMessage,CottontailGrpc.QueryResponseMessage>getUpdateMethod()static DMLGrpc.DMLBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic DMLGrpc.DMLFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic DMLGrpc.DMLStubnewStub(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.QueryResponseMessage> getInsertMethod()
-
getInsertBatchMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.BatchInsertMessage,CottontailGrpc.QueryResponseMessage> getInsertBatchMethod()
-
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 DMLGrpc.DMLStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static DMLGrpc.DMLBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static DMLGrpc.DMLFutureStub 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()
-
-