Package org.vitrivr.cottontail.grpc
Class DMLGrpc
java.lang.Object
org.vitrivr.cottontail.grpc.DMLGrpc
@Generated(value="by gRPC proto compiler (version 1.60.0)",
comments="Source: cottontail.proto")
public final class DMLGrpc
extends Object
Endpoint for data management (INSERT, UPDATE and DELETE).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceEndpoint for data management (INSERT, UPDATE and DELETE).private static classstatic final classA stub to allow clients to do synchronous rpc calls to service DML.private static final classstatic final classA stub to allow clients to do ListenableFuture-style rpc calls to service DML.static classBase class for the server implementation of the service DML.private static final classstatic final classA stub to allow clients to do asynchronous rpc calls to service DML.private static final class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static io.grpc.MethodDescriptor<CottontailGrpc.DeleteMessage,CottontailGrpc.QueryResponseMessage> private static io.grpc.MethodDescriptor<CottontailGrpc.BatchInsertMessage,CottontailGrpc.QueryResponseMessage> private static io.grpc.MethodDescriptor<CottontailGrpc.InsertMessage,CottontailGrpc.QueryResponseMessage> private static io.grpc.MethodDescriptor<CottontailGrpc.UpdateMessage,CottontailGrpc.QueryResponseMessage> private static final intprivate 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(DMLGrpc.AsyncService service) static io.grpc.MethodDescriptor<CottontailGrpc.DeleteMessage,CottontailGrpc.QueryResponseMessage> static io.grpc.MethodDescriptor<CottontailGrpc.BatchInsertMessage,CottontailGrpc.QueryResponseMessage> static io.grpc.MethodDescriptor<CottontailGrpc.InsertMessage,CottontailGrpc.QueryResponseMessage> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<CottontailGrpc.UpdateMessage,CottontailGrpc.QueryResponseMessage> 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 Details
-
SERVICE_NAME
- See Also:
-
getInsertMethod
private static volatile io.grpc.MethodDescriptor<CottontailGrpc.InsertMessage,CottontailGrpc.QueryResponseMessage> getInsertMethod -
getInsertBatchMethod
private static volatile io.grpc.MethodDescriptor<CottontailGrpc.BatchInsertMessage,CottontailGrpc.QueryResponseMessage> getInsertBatchMethod -
getUpdateMethod
private static volatile io.grpc.MethodDescriptor<CottontailGrpc.UpdateMessage,CottontailGrpc.QueryResponseMessage> getUpdateMethod -
getDeleteMethod
private static volatile io.grpc.MethodDescriptor<CottontailGrpc.DeleteMessage,CottontailGrpc.QueryResponseMessage> getDeleteMethod -
METHODID_INSERT
private static final int METHODID_INSERT- See Also:
-
METHODID_INSERT_BATCH
private static final int METHODID_INSERT_BATCH- See Also:
-
METHODID_UPDATE
private static final int METHODID_UPDATE- See Also:
-
METHODID_DELETE
private static final int METHODID_DELETE- See Also:
-
serviceDescriptor
private static volatile io.grpc.ServiceDescriptor serviceDescriptor
-
-
Constructor Details
-
DMLGrpc
private DMLGrpc()
-
-
Method Details
-
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
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()
-