Class SnapshotServiceClient
java.lang.Object
tech.skworks.tachyon.service.contracts.snapshot.SnapshotServiceClient
- All Implemented Interfaces:
io.quarkus.grpc.MutinyClient<MutinySnapshotServiceGrpc.MutinySnapshotServiceStub>, io.quarkus.grpc.MutinyService, SnapshotService
@Generated(value="by Mutiny Grpc generator",
comments="Source: snapshot.proto")
public class SnapshotServiceClient
extends Object
implements SnapshotService, io.quarkus.grpc.MutinyClient<MutinySnapshotServiceGrpc.MutinySnapshotServiceStub>
-
Constructor Summary
ConstructorsConstructorDescriptionSnapshotServiceClient(String name, io.grpc.Channel channel, BiFunction<String, MutinySnapshotServiceGrpc.MutinySnapshotServiceStub, MutinySnapshotServiceGrpc.MutinySnapshotServiceStub> stubConfigurator) -
Method Summary
Modifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<DecodeSnapshotResponse> decodeSnapshot(DecodeSnapshotRequest request) getStub()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>
-
Constructor Details
-
SnapshotServiceClient
public SnapshotServiceClient(String name, io.grpc.Channel channel, BiFunction<String, MutinySnapshotServiceGrpc.MutinySnapshotServiceStub, MutinySnapshotServiceGrpc.MutinySnapshotServiceStub> stubConfigurator)
-
-
Method Details
-
newInstanceWithStub
public SnapshotServiceClient newInstanceWithStub(MutinySnapshotServiceGrpc.MutinySnapshotServiceStub stub) - Specified by:
newInstanceWithStubin interfaceio.quarkus.grpc.MutinyClient<MutinySnapshotServiceGrpc.MutinySnapshotServiceStub>
-
getStub
- Specified by:
getStubin interfaceio.quarkus.grpc.MutinyClient<MutinySnapshotServiceGrpc.MutinySnapshotServiceStub>
-
takeDatabaseSnapshot
public io.smallrye.mutiny.Uni<com.google.protobuf.Empty> takeDatabaseSnapshot(TakeDatabaseSnapshotRequest request) - Specified by:
takeDatabaseSnapshotin interfaceSnapshotService
-
takeComponentSnapshot
public io.smallrye.mutiny.Uni<com.google.protobuf.Empty> takeComponentSnapshot(TakeComponentSnapshotRequest request) - Specified by:
takeComponentSnapshotin interfaceSnapshotService
-
toggleLockSnapshot
public io.smallrye.mutiny.Uni<ToggleLockSnapshotResponse> toggleLockSnapshot(ToggleLockSnapshotRequest request) - Specified by:
toggleLockSnapshotin interfaceSnapshotService
-
listSnapshots
- Specified by:
listSnapshotsin interfaceSnapshotService
-
decodeSnapshot
- Specified by:
decodeSnapshotin interfaceSnapshotService
-