Uses of Interface
io.metaloom.qdrant.client.http.QDrantClientRequest
Packages that use QDrantClientRequest
Package
Description
-
Uses of QDrantClientRequest in io.metaloom.qdrant.client.http
Methods in io.metaloom.qdrant.client.http that return QDrantClientRequestModifier and TypeMethodDescriptionQDrantClientRequest.addAnonymize(boolean anonymize) Add the anonymize query parameter to the request.QDrantClientRequest.addForce(boolean force) Add the force query parameter to the request.QDrantClientRequest.addQueryParameter(String key, String value) Add an additional query parameter.QDrantClientRequest.addTimeout(int timeout) Add the timeout query parameter to the request.QDrantClientRequest.addWait(boolean wait) Add the wait query parameter.static <T extends RestResponse>
QDrantClientRequest<T>QDrantClientRequest.create(String method, String path, QDrantHttpClient qdrantClient, okhttp3.OkHttpClient okClient, RestRequestModel request, Class<T> responseClass) Create request with payload.static <T extends RestResponse>
QDrantClientRequest<T>QDrantClientRequest.create(String method, String path, QDrantHttpClient qdrantClient, okhttp3.OkHttpClient okClient, Class<T> responseClass) Create request without payload. -
Uses of QDrantClientRequest in io.metaloom.qdrant.client.http.impl
Classes in io.metaloom.qdrant.client.http.impl that implement QDrantClientRequestMethods in io.metaloom.qdrant.client.http.impl that return QDrantClientRequestModifier and TypeMethodDescriptionQDrantClientRequestImpl.addAnonymize(boolean anonymize) QDrantClientRequestImpl.addForce(boolean force) QDrantClientRequestImpl.addQueryParameter(String key, String value) QDrantClientRequestImpl.addTimeout(int timeout) QDrantClientRequestImpl.addWait(boolean wait) QDrantHttpClientImpl.clearPayload(String collectionName, PointsClearPayloadRequest request, boolean wait) QDrantHttpClientImpl.collectTelemetry(boolean anonymize) QDrantHttpClientImpl.countPoints(String collectionName, PointCountRequest request) QDrantHttpClientImpl.createCollection(String collectionName, CollectionCreateRequest request) QDrantHttpClientImpl.createCollectionIndexField(String collectionName, CollectionCreateIndexFieldRequest request, boolean wait) QDrantHttpClientImpl.createCollectionSnapshot(String collectionName) QDrantHttpClientImpl.createStorageSnapshot()QDrantHttpClientImpl.deleteCollection(String collectionName, int timeout) QDrantHttpClientImpl.deleteCollectionIndexField(String collectionName, String fieldName, boolean wait) QDrantHttpClientImpl.deletePayload(String collectionName, PointDeletePayloadRequest request, boolean wait) QDrantHttpClientImpl.deletePoints(String collectionName, PointsDeleteRequest request, boolean wait) QDrantHttpClientImpl.downloadCollectionSnapshot(String collectionName, String snapshotName) QDrantHttpClientImpl.downloadStorageSnapshot(String snapshotName) QDrantHttpClientImpl.getClusterStatusInfo()QDrantHttpClientImpl.getCollectionClusterInfo(String collectionName) QDrantHttpClientImpl.getLockOptions()QDrantHttpClientImpl.getPoints(String collectionName, PointsGetRequest request) QDrantHttpClientImpl.listCollections()QDrantHttpClientImpl.listCollectionSnapshots(String collectionName) QDrantHttpClientImpl.listStorageSnapshots()QDrantHttpClientImpl.loadCollection(String collectionName) QDrantHttpClientImpl.overwritePayload(String collectionName, PointOverwritePayloadRequest request, boolean wait) QDrantHttpClientImpl.recommendBatchPoints(String collectionName, PointsRecommendBatchRequest request) QDrantHttpClientImpl.recommendPoints(String collectionName, PointsRecommendRequest request) QDrantHttpClientImpl.recoverSnapshot(String collectionName, SnapshotRecoverRequest request) QDrantHttpClientImpl.removePeerFromCluster(String peerId, boolean force) QDrantHttpClientImpl.scrollPoints(String collectionName, PointsScrollRequest request) QDrantHttpClientImpl.searchBatchPoints(String collectionName, PointsSearchBatchRequest request) QDrantHttpClientImpl.searchPoints(String collectionName, PointsSearchRequest request) QDrantHttpClientImpl.setLockOptions(String errorMessage, boolean lockFlag) QDrantHttpClientImpl.setPointPayload(String collectionName, PointSetPayloadRequest request, boolean wait) QDrantHttpClientImpl.updateCollection(String collectionName, CollectionUpdateRequest request, int timeout) QDrantHttpClientImpl.updateCollectionAliases(String collectionName, CollectionUpdateAliasesRequest request, int timeout) QDrantHttpClientImpl.updateCollectionClusterSetup(String collectionName, CollectionUpdateClusterSetupRequest request) QDrantHttpClientImpl.upsertPoints(String collectionName, PointsUpsertRequest request, boolean wait) -
Uses of QDrantClientRequest in io.metaloom.qdrant.client.http.method
Methods in io.metaloom.qdrant.client.http.method that return QDrantClientRequestModifier and TypeMethodDescriptionPointMethods.clearPayload(String collectionName, PointsClearPayloadRequest request, boolean wait) Remove all payload for specified points.ServiceMethods.collectTelemetry(boolean anonymize) Collect telemetry data including app info, system info, collections info, cluster info, configs and statistics.PointMethods.countPoints(String collectionName, PointCountRequest request) Count points which matches given filtering condition.CollectionMethods.createCollection(String collectionName, CollectionCreateRequest request) Create new collection with given parameters.CollectionMethods.createCollectionIndexField(String collectionName, CollectionCreateIndexFieldRequest request, boolean wait) Create index for field in collection.SnapshotMethods.createCollectionSnapshot(String collectionName) Create new snapshot for a collection.SnapshotMethods.createStorageSnapshot()Create new snapshot of the whole storage.CollectionMethods.deleteCollection(String collectionName, int timeout) Drop collection and all associated data.CollectionMethods.deleteCollectionIndexField(String collectionName, String fieldName, boolean wait) Delete field index for collection.PointMethods.deletePayload(String collectionName, PointDeletePayloadRequest request, boolean wait) Delete specified key payload for points.PointMethods.deletePoints(String collectionName, PointsDeleteRequest request, boolean wait) Delete points.SnapshotMethods.downloadCollectionSnapshot(String collectionName, String snapshotName) Download specified snapshot from a collection as a file.SnapshotMethods.downloadStorageSnapshot(String snapshotName) Download specified snapshot of the whole storage as a file.ClusterMethods.getClusterStatusInfo()Get information about the current state and composition of the cluster.ClusterMethods.getCollectionClusterInfo(String collectionName) Get cluster information for a collection.ServiceMethods.getLockOptions()Get lock options.default QDrantClientRequest<PointGetResponse>Retrieve full information of single point by id.default QDrantClientRequest<PointGetResponse>Retrieve full information of single point by id.Retrieve full information of single point by id.default QDrantClientRequest<PointGetResponse>Retrieve full information of single point by id.PointMethods.getPoints(String collectionName, PointsGetRequest request) Retrieve multiple points by specified IDs.CollectionMethods.listCollections()Get list name of all existing collections.SnapshotMethods.listCollectionSnapshots(String collectionName) Get list of snapshots for a collectionSnapshotMethods.listStorageSnapshots()Get list of snapshots of the whole storage.CollectionMethods.loadCollection(String collectionName) Get detailed information about specified existing collection.PointMethods.overwritePayload(String collectionName, PointOverwritePayloadRequest request, boolean wait) Replace full payload of points with new one.PointMethods.recommendBatchPoints(String collectionName, PointsRecommendBatchRequest request) Look for the points which are closer to stored positive examples and at the same time further to negative examples.PointMethods.recommendPoints(String collectionName, PointsRecommendRequest request) Look for the points which are closer to stored positive examples and at the same time further to negative examples.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.PointMethods.scrollPoints(String collectionName, PointsScrollRequest request) Scroll request - paginate over all points which matches given filtering condition.PointMethods.searchBatchPoints(String collectionName, PointsSearchBatchRequest request) Retrieve by batch the closest points based on vector similarity and given filtering conditions.PointMethods.searchPoints(String collectionName, PointsSearchRequest request) Retrieve closest points based on vector similarity and given filtering conditions.ServiceMethods.setLockOptions(String errorMessage, boolean lockFlag) Set lock options.PointMethods.setPointPayload(String collectionName, PointSetPayloadRequest request, boolean wait) Set payload values for points.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.PointMethods.upsertPoints(String collectionName, PointsUpsertRequest request, boolean wait) Perform insert + updates on points.