Class SnapshotsGrpc.SnapshotsImplBase
java.lang.Object
io.metaloom.qdrant.client.grpc.proto.SnapshotsGrpc.SnapshotsImplBase
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- SnapshotsGrpc
public abstract static class SnapshotsGrpc.SnapshotsImplBase
extends Object
implements io.grpc.BindableService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal io.grpc.ServerServiceDefinitionvoidcreate(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 snapshots
-
Constructor Details
-
SnapshotsImplBase
public SnapshotsImplBase()
-
-
Method Details
-
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
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-