Class CollectionsGrpc.CollectionsImplBase
java.lang.Object
io.metaloom.qdrant.client.grpc.proto.CollectionsGrpc.CollectionsImplBase
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- CollectionsGrpc
public abstract static class CollectionsGrpc.CollectionsImplBase
extends Object
implements io.grpc.BindableService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal io.grpc.ServerServiceDefinitionvoidcreate(Collections.CreateCollection request, io.grpc.stub.StreamObserver<Collections.CollectionOperationResponse> responseObserver) Create new collection with given parametersvoiddelete(Collections.DeleteCollection request, io.grpc.stub.StreamObserver<Collections.CollectionOperationResponse> responseObserver) Drop collection and all associated datavoidget(Collections.GetCollectionInfoRequest request, io.grpc.stub.StreamObserver<Collections.GetCollectionInfoResponse> responseObserver) Get detailed information about specified existing collectionvoidlist(Collections.ListCollectionsRequest request, io.grpc.stub.StreamObserver<Collections.ListCollectionsResponse> responseObserver) Get list name of all existing collectionsvoidupdate(Collections.UpdateCollection request, io.grpc.stub.StreamObserver<Collections.CollectionOperationResponse> responseObserver) Update parameters of the existing collectionvoidupdateAliases(Collections.ChangeAliases request, io.grpc.stub.StreamObserver<Collections.CollectionOperationResponse> responseObserver) Update Aliases of the existing collection
-
Constructor Details
-
CollectionsImplBase
public CollectionsImplBase()
-
-
Method Details
-
get
public void get(Collections.GetCollectionInfoRequest request, io.grpc.stub.StreamObserver<Collections.GetCollectionInfoResponse> responseObserver) Get detailed information about specified existing collection
-
list
public void list(Collections.ListCollectionsRequest request, io.grpc.stub.StreamObserver<Collections.ListCollectionsResponse> responseObserver) Get list name of all existing collections
-
create
public void create(Collections.CreateCollection request, io.grpc.stub.StreamObserver<Collections.CollectionOperationResponse> responseObserver) Create new collection with given parameters
-
update
public void update(Collections.UpdateCollection request, io.grpc.stub.StreamObserver<Collections.CollectionOperationResponse> responseObserver) Update parameters of the existing collection
-
delete
public void delete(Collections.DeleteCollection request, io.grpc.stub.StreamObserver<Collections.CollectionOperationResponse> responseObserver) Drop collection and all associated data
-
updateAliases
public void updateAliases(Collections.ChangeAliases request, io.grpc.stub.StreamObserver<Collections.CollectionOperationResponse> responseObserver) Update Aliases of the existing collection
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-