Class SnapshotsGrpc.SnapshotsStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractAsyncStub<SnapshotsGrpc.SnapshotsStub>
io.metaloom.qdrant.client.grpc.proto.SnapshotsGrpc.SnapshotsStub
- Enclosing class:
- SnapshotsGrpc
public static final class SnapshotsGrpc.SnapshotsStub
extends io.grpc.stub.AbstractAsyncStub<SnapshotsGrpc.SnapshotsStub>
-
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.SnapshotsStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) voidcreate(SnapshotsService.CreateSnapshotRequest request, io.grpc.stub.StreamObserver<SnapshotsService.CreateSnapshotResponse> responseObserver) Create collection snapshotvoidcreateFull(SnapshotsService.CreateFullSnapshotRequest request, io.grpc.stub.StreamObserver<SnapshotsService.CreateSnapshotResponse> responseObserver) Create full storage snapshotvoidlist(SnapshotsService.ListSnapshotsRequest request, io.grpc.stub.StreamObserver<SnapshotsService.ListSnapshotsResponse> responseObserver) List collection snapshotsvoidlistFull(SnapshotsService.ListFullSnapshotsRequest request, io.grpc.stub.StreamObserver<SnapshotsService.ListSnapshotsResponse> responseObserver) List full storage snapshotsMethods inherited from class io.grpc.stub.AbstractAsyncStub
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.SnapshotsStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<SnapshotsGrpc.SnapshotsStub>
-
create
public void create(SnapshotsService.CreateSnapshotRequest request, io.grpc.stub.StreamObserver<SnapshotsService.CreateSnapshotResponse> responseObserver) Create collection snapshot
-
list
public void list(SnapshotsService.ListSnapshotsRequest request, io.grpc.stub.StreamObserver<SnapshotsService.ListSnapshotsResponse> responseObserver) List collection snapshots
-
createFull
public void createFull(SnapshotsService.CreateFullSnapshotRequest request, io.grpc.stub.StreamObserver<SnapshotsService.CreateSnapshotResponse> responseObserver) Create full storage snapshot
-
listFull
public void listFull(SnapshotsService.ListFullSnapshotsRequest request, io.grpc.stub.StreamObserver<SnapshotsService.ListSnapshotsResponse> responseObserver) List full storage snapshots
-