Package org.vitrivr.cottontail.grpc
Class TXNGrpc.TXNImplBase
java.lang.Object
org.vitrivr.cottontail.grpc.TXNGrpc.TXNImplBase
- All Implemented Interfaces:
io.grpc.BindableService,TXNGrpc.AsyncService
- Enclosing class:
- TXNGrpc
public abstract static class TXNGrpc.TXNImplBase
extends Object
implements io.grpc.BindableService, TXNGrpc.AsyncService
Base class for the server implementation of the service TXN.
Endpoint for transaction management.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.vitrivr.cottontail.grpc.TXNGrpc.AsyncService
begin, commit, kill, listLocks, listTransactions, rollback
-
Constructor Details
-
TXNImplBase
public TXNImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-