Package io.qdrant.client.grpc
Class CollectionsGrpc.CollectionsBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<CollectionsGrpc.CollectionsBlockingStub>
io.qdrant.client.grpc.CollectionsGrpc.CollectionsBlockingStub
- Enclosing class:
- CollectionsGrpc
public static final class CollectionsGrpc.CollectionsBlockingStub
extends io.grpc.stub.AbstractBlockingStub<CollectionsGrpc.CollectionsBlockingStub>
A stub to allow clients to do synchronous rpc calls to service Collections.
-
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.CollectionsBlockingStub
build
(io.grpc.Channel channel, io.grpc.CallOptions callOptions) Get cluster information for a collectioncreate
(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 collectionsGet list of all aliases for all existing collectionsGet list of all aliases for a collectionupdate
(Collections.UpdateCollection request) Update parameters of the existing collectionupdateAliases
(Collections.ChangeAliases request) Update Aliases of the existing collectionUpdate cluster setup for a collectionMethods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStub
Methods 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:
build
in 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
-
listCollectionAliases
public Collections.ListAliasesResponse listCollectionAliases(Collections.ListCollectionAliasesRequest request) Get list of all aliases for a collection
-
listAliases
Get list of all aliases for all existing collections
-
collectionClusterInfo
public Collections.CollectionClusterInfoResponse collectionClusterInfo(Collections.CollectionClusterInfoRequest request) Get cluster information for a collection
-
updateCollectionClusterSetup
public Collections.UpdateCollectionClusterSetupResponse updateCollectionClusterSetup(Collections.UpdateCollectionClusterSetupRequest request) Update cluster setup for a collection
-