Package io.qdrant.client.grpc
Class CollectionsGrpc.CollectionsImplBase
java.lang.Object
io.qdrant.client.grpc.CollectionsGrpc.CollectionsImplBase
- All Implemented Interfaces:
io.grpc.BindableService
,CollectionsGrpc.AsyncService
- Enclosing class:
- CollectionsGrpc
public abstract static class CollectionsGrpc.CollectionsImplBase
extends Object
implements io.grpc.BindableService, CollectionsGrpc.AsyncService
Base class for the server implementation of the service Collections.
-
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.CollectionsGrpc.AsyncService
collectionClusterInfo, create, delete, get, list, listAliases, listCollectionAliases, update, updateAliases, updateCollectionClusterSetup
-
Constructor Details
-
CollectionsImplBase
public CollectionsImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-