Package io.qdrant.client.grpc
Class SnapshotsGrpc.SnapshotsBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<SnapshotsGrpc.SnapshotsBlockingStub>
io.qdrant.client.grpc.SnapshotsGrpc.SnapshotsBlockingStub
- Enclosing class:
- SnapshotsGrpc
public static final class SnapshotsGrpc.SnapshotsBlockingStub
extends io.grpc.stub.AbstractBlockingStub<SnapshotsGrpc.SnapshotsBlockingStub>
A stub to allow clients to do synchronous 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.SnapshotsBlockingStub
build
(io.grpc.Channel channel, io.grpc.CallOptions callOptions) Create collection snapshotCreate full storage snapshotDelete collection snapshotsList full storage snapshotsList collection snapshotsList full storage snapshotsMethods inherited from class io.grpc.stub.AbstractBlockingStub
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.SnapshotsBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<SnapshotsGrpc.SnapshotsBlockingStub>
-
create
public SnapshotsService.CreateSnapshotResponse create(SnapshotsService.CreateSnapshotRequest request) Create collection snapshot
-
list
List collection snapshots
-
delete
public SnapshotsService.DeleteSnapshotResponse delete(SnapshotsService.DeleteSnapshotRequest request) Delete collection snapshots
-
createFull
public SnapshotsService.CreateSnapshotResponse createFull(SnapshotsService.CreateFullSnapshotRequest request) Create full storage snapshot
-
listFull
public SnapshotsService.ListSnapshotsResponse listFull(SnapshotsService.ListFullSnapshotsRequest request) List full storage snapshots
-
deleteFull
public SnapshotsService.DeleteSnapshotResponse deleteFull(SnapshotsService.DeleteFullSnapshotRequest request) List full storage snapshots
-