Class SnapshotServiceGrpc.SnapshotServiceImplBase
java.lang.Object
tech.skworks.tachyon.service.contracts.snapshot.SnapshotServiceGrpc.SnapshotServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService, SnapshotServiceGrpc.AsyncService
- Enclosing class:
SnapshotServiceGrpc
public abstract static class SnapshotServiceGrpc.SnapshotServiceImplBase
extends Object
implements io.grpc.BindableService, SnapshotServiceGrpc.AsyncService
Base class for the server implementation of the service SnapshotService.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SnapshotServiceGrpc.AsyncService
decodeSnapshot, listSnapshots, takeComponentSnapshot, takeDatabaseSnapshot, toggleLockSnapshot
-
Constructor Details
-
SnapshotServiceImplBase
public SnapshotServiceImplBase()
-
-
Method Details
-
bindService
public io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-