Uses of Class
io.metaloom.qdrant.client.http.model.GenericBooleanStatusResponse
Packages that use GenericBooleanStatusResponse
Package
Description
-
Uses of GenericBooleanStatusResponse in io.metaloom.qdrant.client.http.impl
Methods in io.metaloom.qdrant.client.http.impl that return types with arguments of type GenericBooleanStatusResponseModifier and TypeMethodDescriptionQDrantHttpClientImpl.createCollection(String collectionName, CollectionCreateRequest request) QDrantHttpClientImpl.deleteCollection(String collectionName, int timeout) QDrantHttpClientImpl.recoverSnapshot(String collectionName, SnapshotRecoverRequest request) QDrantHttpClientImpl.removePeerFromCluster(String peerId, boolean force) QDrantHttpClientImpl.updateCollection(String collectionName, CollectionUpdateRequest request, int timeout) QDrantHttpClientImpl.updateCollectionAliases(String collectionName, CollectionUpdateAliasesRequest request, int timeout) QDrantHttpClientImpl.updateCollectionClusterSetup(String collectionName, CollectionUpdateClusterSetupRequest request) -
Uses of GenericBooleanStatusResponse in io.metaloom.qdrant.client.http.method
Methods in io.metaloom.qdrant.client.http.method that return types with arguments of type GenericBooleanStatusResponseModifier and TypeMethodDescriptionCollectionMethods.createCollection(String collectionName, CollectionCreateRequest request) Create new collection with given parameters.CollectionMethods.deleteCollection(String collectionName, int timeout) Drop collection and all associated data.SnapshotMethods.recoverSnapshot(String collectionName, SnapshotRecoverRequest request) Recover local collection data from a snapshot.ClusterMethods.removePeerFromCluster(String peerId, boolean force) Tries to remove peer from the cluster.CollectionMethods.updateCollection(String collectionName, CollectionUpdateRequest request, int timeout) Update parameters of the existing collection.CollectionMethods.updateCollectionAliases(String collectionName, CollectionUpdateAliasesRequest request, int timeout) Update aliases of the collections.ClusterMethods.updateCollectionClusterSetup(String collectionName, CollectionUpdateClusterSetupRequest request) Update collection cluster setup. -
Uses of GenericBooleanStatusResponse in io.metaloom.qdrant.client.http.model
Methods in io.metaloom.qdrant.client.http.model that return GenericBooleanStatusResponse