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>
  • 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:
      applyOp in class QdrantBaseOp<io.qdrant.client.grpc.Collections.DeleteCollection,io.qdrant.client.grpc.Collections.CollectionOperationResponse>