Uses of Class
io.metaloom.qdrant.client.http.model.snapshot.SnapshotListResponse
Packages that use SnapshotListResponse
Package
Description
-
Uses of SnapshotListResponse in io.metaloom.qdrant.client.http.impl
Methods in io.metaloom.qdrant.client.http.impl that return types with arguments of type SnapshotListResponseModifier and TypeMethodDescriptionQDrantHttpClientImpl.listCollectionSnapshots(String collectionName) QDrantHttpClientImpl.listStorageSnapshots() -
Uses of SnapshotListResponse in io.metaloom.qdrant.client.http.method
Methods in io.metaloom.qdrant.client.http.method that return types with arguments of type SnapshotListResponseModifier and TypeMethodDescriptionSnapshotMethods.listCollectionSnapshots(String collectionName) Get list of snapshots for a collectionSnapshotMethods.listStorageSnapshots()Get list of snapshots of the whole storage. -
Uses of SnapshotListResponse in io.metaloom.qdrant.client.http.model.snapshot
Methods in io.metaloom.qdrant.client.http.model.snapshot that return SnapshotListResponseModifier and TypeMethodDescriptionSnapshotListResponse.setResult(List<SnapshotDescription> result)