Class SnapshotsGrpc.SnapshotsFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<SnapshotsGrpc.SnapshotsFutureStub>
io.metaloom.qdrant.client.grpc.proto.SnapshotsGrpc.SnapshotsFutureStub
- Enclosing class:
- SnapshotsGrpc
public static final class SnapshotsGrpc.SnapshotsFutureStub
extends io.grpc.stub.AbstractFutureStub<SnapshotsGrpc.SnapshotsFutureStub>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionprotected SnapshotsGrpc.SnapshotsFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<SnapshotsService.CreateSnapshotResponse>Create collection snapshotcom.google.common.util.concurrent.ListenableFuture<SnapshotsService.CreateSnapshotResponse>Create full storage snapshotcom.google.common.util.concurrent.ListenableFuture<SnapshotsService.ListSnapshotsResponse>List collection snapshotscom.google.common.util.concurrent.ListenableFuture<SnapshotsService.ListSnapshotsResponse>List full storage snapshotsMethods inherited from class io.grpc.stub.AbstractFutureStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Method Details
-
build
protected SnapshotsGrpc.SnapshotsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<SnapshotsGrpc.SnapshotsFutureStub>
-
create
public com.google.common.util.concurrent.ListenableFuture<SnapshotsService.CreateSnapshotResponse> create(SnapshotsService.CreateSnapshotRequest request) Create collection snapshot
-
list
public com.google.common.util.concurrent.ListenableFuture<SnapshotsService.ListSnapshotsResponse> list(SnapshotsService.ListSnapshotsRequest request) List collection snapshots
-
createFull
public com.google.common.util.concurrent.ListenableFuture<SnapshotsService.CreateSnapshotResponse> createFull(SnapshotsService.CreateFullSnapshotRequest request) Create full storage snapshot
-
listFull
public com.google.common.util.concurrent.ListenableFuture<SnapshotsService.ListSnapshotsResponse> listFull(SnapshotsService.ListFullSnapshotsRequest request) List full storage snapshots
-