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