Class SnapshotServiceGrpc.SnapshotServiceBlockingV2Stub
java.lang.Object
io.grpc.stub.AbstractStub<SnapshotServiceGrpc.SnapshotServiceBlockingV2Stub>
io.grpc.stub.AbstractBlockingStub<SnapshotServiceGrpc.SnapshotServiceBlockingV2Stub>
tech.skworks.tachyon.service.contracts.snapshot.SnapshotServiceGrpc.SnapshotServiceBlockingV2Stub
- Enclosing class:
SnapshotServiceGrpc
public static class SnapshotServiceGrpc.SnapshotServiceBlockingV2Stub
extends io.grpc.stub.AbstractBlockingStub<SnapshotServiceGrpc.SnapshotServiceBlockingV2Stub>
A stub to allow clients to do synchronous rpc calls to service SnapshotService.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T> -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) decodeSnapshot(DecodeSnapshotRequest request) listSnapshots(ListSnapshotsRequest request) com.google.protobuf.Emptycom.google.protobuf.EmptyMethods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected SnapshotServiceGrpc.SnapshotServiceBlockingV2Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<SnapshotServiceGrpc.SnapshotServiceBlockingV2Stub>
-
takeDatabaseSnapshot
public com.google.protobuf.Empty takeDatabaseSnapshot(TakeDatabaseSnapshotRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-
takeComponentSnapshot
public com.google.protobuf.Empty takeComponentSnapshot(TakeComponentSnapshotRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-
toggleLockSnapshot
public ToggleLockSnapshotResponse toggleLockSnapshot(ToggleLockSnapshotRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-
listSnapshots
public ListSnapshotsResponse listSnapshots(ListSnapshotsRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-
decodeSnapshot
public DecodeSnapshotResponse decodeSnapshot(DecodeSnapshotRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-