Package io.qdrant.client.grpc
Class CollectionsGrpc
java.lang.Object
io.qdrant.client.grpc.CollectionsGrpc
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
static final class
A stub to allow clients to do synchronous rpc calls to service Collections.static final class
A stub to allow clients to do ListenableFuture-style rpc calls to service Collections.static class
Base class for the server implementation of the service Collections.static final class
A stub to allow clients to do asynchronous rpc calls to service Collections. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinition
bindService
(CollectionsGrpc.AsyncService service) static io.grpc.MethodDescriptor<Collections.CollectionClusterInfoRequest,
Collections.CollectionClusterInfoResponse> static io.grpc.MethodDescriptor<Collections.CreateCollection,
Collections.CollectionOperationResponse> static io.grpc.MethodDescriptor<Collections.DeleteCollection,
Collections.CollectionOperationResponse> static io.grpc.MethodDescriptor<Collections.GetCollectionInfoRequest,
Collections.GetCollectionInfoResponse> static io.grpc.MethodDescriptor<Collections.ListAliasesRequest,
Collections.ListAliasesResponse> static io.grpc.MethodDescriptor<Collections.ListCollectionAliasesRequest,
Collections.ListAliasesResponse> static io.grpc.MethodDescriptor<Collections.ListCollectionsRequest,
Collections.ListCollectionsResponse> static io.grpc.ServiceDescriptor
static io.grpc.MethodDescriptor<Collections.ChangeAliases,
Collections.CollectionOperationResponse> static io.grpc.MethodDescriptor<Collections.UpdateCollectionClusterSetupRequest,
Collections.UpdateCollectionClusterSetupResponse> static io.grpc.MethodDescriptor<Collections.UpdateCollection,
Collections.CollectionOperationResponse> newBlockingStub
(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub
(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub
(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getGetMethod
public static io.grpc.MethodDescriptor<Collections.GetCollectionInfoRequest,Collections.GetCollectionInfoResponse> getGetMethod() -
getListMethod
public static io.grpc.MethodDescriptor<Collections.ListCollectionsRequest,Collections.ListCollectionsResponse> getListMethod() -
getCreateMethod
public static io.grpc.MethodDescriptor<Collections.CreateCollection,Collections.CollectionOperationResponse> getCreateMethod() -
getUpdateMethod
public static io.grpc.MethodDescriptor<Collections.UpdateCollection,Collections.CollectionOperationResponse> getUpdateMethod() -
getDeleteMethod
public static io.grpc.MethodDescriptor<Collections.DeleteCollection,Collections.CollectionOperationResponse> getDeleteMethod() -
getUpdateAliasesMethod
public static io.grpc.MethodDescriptor<Collections.ChangeAliases,Collections.CollectionOperationResponse> getUpdateAliasesMethod() -
getListCollectionAliasesMethod
public static io.grpc.MethodDescriptor<Collections.ListCollectionAliasesRequest,Collections.ListAliasesResponse> getListCollectionAliasesMethod() -
getListAliasesMethod
public static io.grpc.MethodDescriptor<Collections.ListAliasesRequest,Collections.ListAliasesResponse> getListAliasesMethod() -
getCollectionClusterInfoMethod
public static io.grpc.MethodDescriptor<Collections.CollectionClusterInfoRequest,Collections.CollectionClusterInfoResponse> getCollectionClusterInfoMethod() -
getUpdateCollectionClusterSetupMethod
public static io.grpc.MethodDescriptor<Collections.UpdateCollectionClusterSetupRequest,Collections.UpdateCollectionClusterSetupResponse> getUpdateCollectionClusterSetupMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(CollectionsGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-