Class SnapshotsGrpc.SnapshotsBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<SnapshotsGrpc.SnapshotsBlockingStub>
io.metaloom.qdrant.client.grpc.proto.SnapshotsGrpc.SnapshotsBlockingStub
- Enclosing class:
SnapshotsGrpc
public static final class SnapshotsGrpc.SnapshotsBlockingStub
extends io.grpc.stub.AbstractBlockingStub<SnapshotsGrpc.SnapshotsBlockingStub>
-
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.SnapshotsBlockingStubbuild(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, 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.SnapshotsBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin 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
-