Package io.qdrant.client.grpc
Class SnapshotsGrpc.SnapshotsFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<SnapshotsGrpc.SnapshotsFutureStub>
io.qdrant.client.grpc.SnapshotsGrpc.SnapshotsFutureStub
- Enclosing class:
- SnapshotsGrpc
public static final class SnapshotsGrpc.SnapshotsFutureStub
extends io.grpc.stub.AbstractFutureStub<SnapshotsGrpc.SnapshotsFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service Snapshots.
-
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.SnapshotsFutureStub
build
(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.DeleteSnapshotResponse>
Delete collection snapshotscom.google.common.util.concurrent.ListenableFuture<SnapshotsService.DeleteSnapshotResponse>
List full storage snapshotscom.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, newStub
Methods 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:
build
in 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
-
delete
public com.google.common.util.concurrent.ListenableFuture<SnapshotsService.DeleteSnapshotResponse> delete(SnapshotsService.DeleteSnapshotRequest request) Delete 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
-
deleteFull
public com.google.common.util.concurrent.ListenableFuture<SnapshotsService.DeleteSnapshotResponse> deleteFull(SnapshotsService.DeleteFullSnapshotRequest request) List full storage snapshots
-