Package org.vitrivr.cottontail.grpc
Class TXNGrpc
- java.lang.Object
-
- org.vitrivr.cottontail.grpc.TXNGrpc
-
@Generated(value="by gRPC proto compiler (version 1.37.0)", comments="Source: cottontail.proto") public final class TXNGrpc extends java.lang.ObjectEndpoint for transaction management.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTXNGrpc.TXNBlockingStubEndpoint for transaction management.static classTXNGrpc.TXNFutureStubEndpoint for transaction management.static classTXNGrpc.TXNImplBaseEndpoint for transaction management.static classTXNGrpc.TXNStubEndpoint for transaction management.
-
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<com.google.protobuf.Empty,CottontailGrpc.TransactionId>getBeginMethod()static io.grpc.MethodDescriptor<CottontailGrpc.TransactionId,com.google.protobuf.Empty>getCommitMethod()static io.grpc.MethodDescriptor<com.google.protobuf.Empty,CottontailGrpc.QueryResponseMessage>getListLocksMethod()static io.grpc.MethodDescriptor<com.google.protobuf.Empty,CottontailGrpc.QueryResponseMessage>getListTransactionsMethod()static io.grpc.MethodDescriptor<CottontailGrpc.TransactionId,com.google.protobuf.Empty>getRollbackMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static 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 Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getBeginMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,CottontailGrpc.TransactionId> getBeginMethod()
-
getCommitMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.TransactionId,com.google.protobuf.Empty> getCommitMethod()
-
getRollbackMethod
public static io.grpc.MethodDescriptor<CottontailGrpc.TransactionId,com.google.protobuf.Empty> getRollbackMethod()
-
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
public static TXNGrpc.TXNStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static TXNGrpc.TXNBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static TXNGrpc.TXNFutureStub 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()
-
-