Package org.vitrivr.cottontail.grpc
Class TXNGrpc
java.lang.Object
org.vitrivr.cottontail.grpc.TXNGrpc
@Generated(value="by gRPC proto compiler (version 1.60.0)",
comments="Source: cottontail.proto")
public final class TXNGrpc
extends Object
Endpoint for transaction management.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceEndpoint for transaction management.private static final classprivate static classstatic final classA stub to allow clients to do synchronous rpc calls to service TXN.private static final classstatic final classA stub to allow clients to do ListenableFuture-style rpc calls to service TXN.static classBase class for the server implementation of the service TXN.private static final classstatic final classA stub to allow clients to do asynchronous rpc calls to service TXN. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static io.grpc.MethodDescriptor<CottontailGrpc.BeginTransaction,CottontailGrpc.ResponseMetadata> private static io.grpc.MethodDescriptor<CottontailGrpc.RequestMetadata,com.google.protobuf.Empty> private static io.grpc.MethodDescriptor<CottontailGrpc.RequestMetadata,com.google.protobuf.Empty> private static io.grpc.MethodDescriptor<com.google.protobuf.Empty,CottontailGrpc.QueryResponseMessage> private static io.grpc.MethodDescriptor<com.google.protobuf.Empty,CottontailGrpc.QueryResponseMessage> private static io.grpc.MethodDescriptor<CottontailGrpc.RequestMetadata,com.google.protobuf.Empty> private static final intprivate static final intprivate 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(TXNGrpc.AsyncService service) static io.grpc.MethodDescriptor<CottontailGrpc.BeginTransaction,CottontailGrpc.ResponseMetadata> static io.grpc.MethodDescriptor<CottontailGrpc.RequestMetadata,com.google.protobuf.Empty> static io.grpc.MethodDescriptor<CottontailGrpc.RequestMetadata,com.google.protobuf.Empty> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,CottontailGrpc.QueryResponseMessage> static io.grpc.MethodDescriptor<com.google.protobuf.Empty,CottontailGrpc.QueryResponseMessage> static io.grpc.MethodDescriptor<CottontailGrpc.RequestMetadata,com.google.protobuf.Empty> static io.grpc.ServiceDescriptorstatic TXNGrpc.TXNBlockingStubnewBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic TXNGrpc.TXNFutureStubnewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic TXNGrpc.TXNStubnewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
getBeginMethod
private static volatile io.grpc.MethodDescriptor<CottontailGrpc.BeginTransaction,CottontailGrpc.ResponseMetadata> getBeginMethod -
getCommitMethod
private static volatile io.grpc.MethodDescriptor<CottontailGrpc.RequestMetadata,com.google.protobuf.Empty> getCommitMethod -
getRollbackMethod
private static volatile io.grpc.MethodDescriptor<CottontailGrpc.RequestMetadata,com.google.protobuf.Empty> getRollbackMethod -
getKillMethod
private static volatile io.grpc.MethodDescriptor<CottontailGrpc.RequestMetadata,com.google.protobuf.Empty> getKillMethod -
getListTransactionsMethod
private static volatile io.grpc.MethodDescriptor<com.google.protobuf.Empty,CottontailGrpc.QueryResponseMessage> getListTransactionsMethod -
getListLocksMethod
private static volatile io.grpc.MethodDescriptor<com.google.protobuf.Empty,CottontailGrpc.QueryResponseMessage> getListLocksMethod -
METHODID_BEGIN
private static final int METHODID_BEGIN- See Also:
-
METHODID_COMMIT
private static final int METHODID_COMMIT- See Also:
-
METHODID_ROLLBACK
private static final int METHODID_ROLLBACK- See Also:
-
METHODID_KILL
private static final int METHODID_KILL- See Also:
-
METHODID_LIST_TRANSACTIONS
private static final int METHODID_LIST_TRANSACTIONS- See Also:
-
METHODID_LIST_LOCKS
private static final int METHODID_LIST_LOCKS- See Also:
-
serviceDescriptor
private static volatile io.grpc.ServiceDescriptor serviceDescriptor
-
-
Constructor Details
-
TXNGrpc
private TXNGrpc()
-
-
Method Details
-
getBeginMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.BeginTransaction,CottontailGrpc.ResponseMetadata> getBeginMethod() -
getCommitMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.RequestMetadata,com.google.protobuf.Empty> getCommitMethod() -
getRollbackMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.RequestMetadata,com.google.protobuf.Empty> getRollbackMethod() -
getKillMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.RequestMetadata,com.google.protobuf.Empty> getKillMethod() -
getListTransactionsMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,CottontailGrpc.QueryResponseMessage> getListTransactionsMethod() -
getListLocksMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,CottontailGrpc.QueryResponseMessage> getListLocksMethod() -
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()
-