Class CollectionsGrpc.CollectionsBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<CollectionsGrpc.CollectionsBlockingStub>
io.metaloom.qdrant.client.grpc.proto.CollectionsGrpc.CollectionsBlockingStub
- Enclosing class:
- CollectionsGrpc
public static final class CollectionsGrpc.CollectionsBlockingStub
extends io.grpc.stub.AbstractBlockingStub<CollectionsGrpc.CollectionsBlockingStub>
-
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 CollectionsGrpc.CollectionsBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) create(Collections.CreateCollection request) Create new collection with given parametersdelete(Collections.DeleteCollection request) Drop collection and all associated dataget(Collections.GetCollectionInfoRequest request) Get detailed information about specified existing collectionlist(Collections.ListCollectionsRequest request) Get list name of all existing collectionsupdate(Collections.UpdateCollection request) Update parameters of the existing collectionupdateAliases(Collections.ChangeAliases request) Update Aliases of the existing collectionMethods inherited from class io.grpc.stub.AbstractBlockingStub
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 CollectionsGrpc.CollectionsBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<CollectionsGrpc.CollectionsBlockingStub>
-
get
Get detailed information about specified existing collection
-
list
Get list name of all existing collections
-
create
Create new collection with given parameters
-
update
Update parameters of the existing collection
-
delete
Drop collection and all associated data
-
updateAliases
Update Aliases of the existing collection
-