Package io.qdrant.client.grpc
Class SnapshotsGrpc.SnapshotsImplBase
java.lang.Object
io.qdrant.client.grpc.SnapshotsGrpc.SnapshotsImplBase
- All Implemented Interfaces:
io.grpc.BindableService
,SnapshotsGrpc.AsyncService
- Enclosing class:
- SnapshotsGrpc
public abstract static class SnapshotsGrpc.SnapshotsImplBase
extends Object
implements io.grpc.BindableService, SnapshotsGrpc.AsyncService
Base class for the server implementation of the service Snapshots.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.qdrant.client.grpc.SnapshotsGrpc.AsyncService
create, createFull, delete, deleteFull, list, listFull
-
Constructor Details
-
SnapshotsImplBase
public SnapshotsImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-