Uses of Class
io.metaloom.qdrant.client.http.model.snapshot.SnapshotRecoverRequest
Packages that use SnapshotRecoverRequest
Package
Description
-
Uses of SnapshotRecoverRequest in io.metaloom.qdrant.client.http.impl
Methods in io.metaloom.qdrant.client.http.impl with parameters of type SnapshotRecoverRequestModifier and TypeMethodDescriptionQDrantHttpClientImpl.recoverSnapshot(String collectionName, SnapshotRecoverRequest request) -
Uses of SnapshotRecoverRequest in io.metaloom.qdrant.client.http.method
Methods in io.metaloom.qdrant.client.http.method with parameters of type SnapshotRecoverRequestModifier and TypeMethodDescriptionSnapshotMethods.recoverSnapshot(String collectionName, SnapshotRecoverRequest request) Recover local collection data from a snapshot. -
Uses of SnapshotRecoverRequest in io.metaloom.qdrant.client.http.model.snapshot
Methods in io.metaloom.qdrant.client.http.model.snapshot that return SnapshotRecoverRequestModifier and TypeMethodDescriptionSnapshotRecoverRequest.setLocation(String location) SnapshotRecoverRequest.setPriority(SnapshotPriority priority)