Uses of Interface
io.metaloom.qdrant.client.http.QDrantBinaryResponse
Packages that use QDrantBinaryResponse
-
Uses of QDrantBinaryResponse in io.metaloom.qdrant.client.http.impl
Classes in io.metaloom.qdrant.client.http.impl that implement QDrantBinaryResponseMethods in io.metaloom.qdrant.client.http.impl that return types with arguments of type QDrantBinaryResponseModifier and TypeMethodDescriptionQDrantHttpClientImpl.downloadCollectionSnapshot(String collectionName, String snapshotName) QDrantHttpClientImpl.downloadStorageSnapshot(String snapshotName) -
Uses of QDrantBinaryResponse in io.metaloom.qdrant.client.http.method
Methods in io.metaloom.qdrant.client.http.method that return types with arguments of type QDrantBinaryResponseModifier and TypeMethodDescriptionSnapshotMethods.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.