Class QdrantCollectionInfoOp
java.lang.Object
io.nosqlbench.adapter.qdrant.ops.QdrantBaseOp<String,io.qdrant.client.grpc.Collections.CollectionInfo>
io.nosqlbench.adapter.qdrant.ops.QdrantCollectionInfoOp
- All Implemented Interfaces:
CycleOp<io.qdrant.client.grpc.Collections.CollectionInfo>,LongFunction<io.qdrant.client.grpc.Collections.CollectionInfo>
public class QdrantCollectionInfoOp
extends QdrantBaseOp<String,io.qdrant.client.grpc.Collections.CollectionInfo>
-
Field Summary
Fields inherited from class io.nosqlbench.adapter.qdrant.ops.QdrantBaseOp
apiCall, client, logger, request -
Constructor Summary
ConstructorsConstructorDescriptionQdrantCollectionInfoOp(io.qdrant.client.QdrantClient client, String request) -
Method Summary
Modifier and TypeMethodDescriptionio.qdrant.client.grpc.Collections.CollectionInfoapplyOp(long value) Methods inherited from class io.nosqlbench.adapter.qdrant.ops.QdrantBaseOp
apply, toString
-
Constructor Details
-
QdrantCollectionInfoOp
-
-
Method Details
-
applyOp
public io.qdrant.client.grpc.Collections.CollectionInfo applyOp(long value) - Specified by:
applyOpin classQdrantBaseOp<String,io.qdrant.client.grpc.Collections.CollectionInfo>
-