Class QdrantListSnapshotsOp
java.lang.Object
io.nosqlbench.adapter.qdrant.ops.QdrantBaseOp<io.qdrant.client.grpc.SnapshotsService.ListSnapshotsRequest,List<io.qdrant.client.grpc.SnapshotsService.SnapshotDescription>>
io.nosqlbench.adapter.qdrant.ops.QdrantListSnapshotsOp
- All Implemented Interfaces:
CycleOp<List<io.qdrant.client.grpc.SnapshotsService.SnapshotDescription>>,LongFunction<List<io.qdrant.client.grpc.SnapshotsService.SnapshotDescription>>
public class QdrantListSnapshotsOp
extends QdrantBaseOp<io.qdrant.client.grpc.SnapshotsService.ListSnapshotsRequest,List<io.qdrant.client.grpc.SnapshotsService.SnapshotDescription>>
-
Field Summary
Fields inherited from class io.nosqlbench.adapter.qdrant.ops.QdrantBaseOp
apiCall, client, logger, request -
Constructor Summary
ConstructorsConstructorDescriptionQdrantListSnapshotsOp(io.qdrant.client.QdrantClient client, io.qdrant.client.grpc.SnapshotsService.ListSnapshotsRequest request) -
Method Summary
Methods inherited from class io.nosqlbench.adapter.qdrant.ops.QdrantBaseOp
apply, toString
-
Constructor Details
-
QdrantListSnapshotsOp
public QdrantListSnapshotsOp(io.qdrant.client.QdrantClient client, io.qdrant.client.grpc.SnapshotsService.ListSnapshotsRequest request)
-
-
Method Details
-
applyOp
- Specified by:
applyOpin classQdrantBaseOp<io.qdrant.client.grpc.SnapshotsService.ListSnapshotsRequest,List<io.qdrant.client.grpc.SnapshotsService.SnapshotDescription>>
-