Class SnapshotServiceGrpc.SnapshotServiceStub
java.lang.Object
io.grpc.stub.AbstractStub<SnapshotServiceGrpc.SnapshotServiceStub>
io.grpc.stub.AbstractAsyncStub<SnapshotServiceGrpc.SnapshotServiceStub>
tech.skworks.tachyon.service.contracts.snapshot.SnapshotServiceGrpc.SnapshotServiceStub
- Enclosing class:
SnapshotServiceGrpc
public static class SnapshotServiceGrpc.SnapshotServiceStub
extends io.grpc.stub.AbstractAsyncStub<SnapshotServiceGrpc.SnapshotServiceStub>
A stub to allow clients to do asynchronous 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 TypeMethodDescriptionprotected SnapshotServiceGrpc.SnapshotServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) voiddecodeSnapshot(DecodeSnapshotRequest request, io.grpc.stub.StreamObserver<DecodeSnapshotResponse> responseObserver) voidlistSnapshots(ListSnapshotsRequest request, io.grpc.stub.StreamObserver<ListSnapshotsResponse> responseObserver) voidtakeComponentSnapshot(TakeComponentSnapshotRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) voidtakeDatabaseSnapshot(TakeDatabaseSnapshotRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) voidtoggleLockSnapshot(ToggleLockSnapshotRequest request, io.grpc.stub.StreamObserver<ToggleLockSnapshotResponse> responseObserver) Methods inherited from class io.grpc.stub.AbstractAsyncStub
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.SnapshotServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<SnapshotServiceGrpc.SnapshotServiceStub>
-
takeDatabaseSnapshot
public void takeDatabaseSnapshot(TakeDatabaseSnapshotRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) -
takeComponentSnapshot
public void takeComponentSnapshot(TakeComponentSnapshotRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) -
toggleLockSnapshot
public void toggleLockSnapshot(ToggleLockSnapshotRequest request, io.grpc.stub.StreamObserver<ToggleLockSnapshotResponse> responseObserver) -
listSnapshots
public void listSnapshots(ListSnapshotsRequest request, io.grpc.stub.StreamObserver<ListSnapshotsResponse> responseObserver) -
decodeSnapshot
public void decodeSnapshot(DecodeSnapshotRequest request, io.grpc.stub.StreamObserver<DecodeSnapshotResponse> responseObserver)
-