Uses of Class
io.qdrant.client.grpc.Collections.CreateCollection
Packages that use Collections.CreateCollection
-
Uses of Collections.CreateCollection in io.qdrant.client
Methods in io.qdrant.client with parameters of type Collections.CreateCollectionModifier and TypeMethodDescriptionQdrantClient.createCollection
(Collections.CreateCollection details) Creates a new collection with the specified details.QdrantClient.recreateCollection
(Collections.CreateCollection details) Deletes and creates a new collection with the specified details. -
Uses of Collections.CreateCollection in io.qdrant.client.grpc
Methods in io.qdrant.client.grpc that return Collections.CreateCollectionModifier and TypeMethodDescriptionCollections.CreateCollection.Builder.build()
Collections.CreateCollection.Builder.buildPartial()
static Collections.CreateCollection
Collections.CreateCollection.getDefaultInstance()
Collections.CreateCollection.Builder.getDefaultInstanceForType()
Collections.CreateCollection.getDefaultInstanceForType()
static Collections.CreateCollection
Collections.CreateCollection.parseDelimitedFrom
(InputStream input) static Collections.CreateCollection
Collections.CreateCollection.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Collections.CreateCollection
Collections.CreateCollection.parseFrom
(byte[] data) static Collections.CreateCollection
Collections.CreateCollection.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Collections.CreateCollection
Collections.CreateCollection.parseFrom
(com.google.protobuf.ByteString data) static Collections.CreateCollection
Collections.CreateCollection.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Collections.CreateCollection
Collections.CreateCollection.parseFrom
(com.google.protobuf.CodedInputStream input) static Collections.CreateCollection
Collections.CreateCollection.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Collections.CreateCollection
Collections.CreateCollection.parseFrom
(InputStream input) static Collections.CreateCollection
Collections.CreateCollection.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Collections.CreateCollection
Collections.CreateCollection.parseFrom
(ByteBuffer data) static Collections.CreateCollection
Collections.CreateCollection.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.qdrant.client.grpc that return types with arguments of type Collections.CreateCollectionModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Collections.CreateCollection,
Collections.CollectionOperationResponse> CollectionsGrpc.getCreateMethod()
com.google.protobuf.Parser<Collections.CreateCollection>
Collections.CreateCollection.getParserForType()
static com.google.protobuf.Parser<Collections.CreateCollection>
Collections.CreateCollection.parser()
Methods in io.qdrant.client.grpc with parameters of type Collections.CreateCollectionModifier and TypeMethodDescriptiondefault void
CollectionsGrpc.AsyncService.create
(Collections.CreateCollection request, io.grpc.stub.StreamObserver<Collections.CollectionOperationResponse> responseObserver) Create new collection with given parametersCollectionsGrpc.CollectionsBlockingStub.create
(Collections.CreateCollection request) Create new collection with given parameterscom.google.common.util.concurrent.ListenableFuture<Collections.CollectionOperationResponse>
CollectionsGrpc.CollectionsFutureStub.create
(Collections.CreateCollection request) Create new collection with given parametersvoid
CollectionsGrpc.CollectionsStub.create
(Collections.CreateCollection request, io.grpc.stub.StreamObserver<Collections.CollectionOperationResponse> responseObserver) Create new collection with given parametersCollections.CreateCollection.Builder.mergeFrom
(Collections.CreateCollection other) Collections.CreateCollection.newBuilder
(Collections.CreateCollection prototype)