Class MutinySnapshotServiceGrpc.MutinySnapshotServiceStub
java.lang.Object
io.grpc.stub.AbstractStub<MutinySnapshotServiceGrpc.MutinySnapshotServiceStub>
tech.skworks.tachyon.service.contracts.snapshot.MutinySnapshotServiceGrpc.MutinySnapshotServiceStub
- All Implemented Interfaces:
io.quarkus.grpc.MutinyStub
- Enclosing class:
MutinySnapshotServiceGrpc
public static class MutinySnapshotServiceGrpc.MutinySnapshotServiceStub
extends io.grpc.stub.AbstractStub<MutinySnapshotServiceGrpc.MutinySnapshotServiceStub>
implements io.quarkus.grpc.MutinyStub
-
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) io.smallrye.mutiny.Uni<DecodeSnapshotResponse> decodeSnapshot(DecodeSnapshotRequest request) io.smallrye.mutiny.Uni<ListSnapshotsResponse> listSnapshots(ListSnapshotsRequest request) io.smallrye.mutiny.Uni<com.google.protobuf.Empty> io.smallrye.mutiny.Uni<com.google.protobuf.Empty> io.smallrye.mutiny.Uni<ToggleLockSnapshotResponse> Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected MutinySnapshotServiceGrpc.MutinySnapshotServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<MutinySnapshotServiceGrpc.MutinySnapshotServiceStub>
-
takeDatabaseSnapshot
public io.smallrye.mutiny.Uni<com.google.protobuf.Empty> takeDatabaseSnapshot(TakeDatabaseSnapshotRequest request) -
takeComponentSnapshot
public io.smallrye.mutiny.Uni<com.google.protobuf.Empty> takeComponentSnapshot(TakeComponentSnapshotRequest request) -
toggleLockSnapshot
public io.smallrye.mutiny.Uni<ToggleLockSnapshotResponse> toggleLockSnapshot(ToggleLockSnapshotRequest request) -
listSnapshots
-
decodeSnapshot
-