Class QdrantCreateCollectionOp

java.lang.Object
io.nosqlbench.adapter.qdrant.ops.QdrantBaseOp<io.qdrant.client.grpc.Collections.CreateCollection,io.qdrant.client.grpc.Collections.CollectionOperationResponse>
io.nosqlbench.adapter.qdrant.ops.QdrantCreateCollectionOp
All Implemented Interfaces:
CycleOp<io.qdrant.client.grpc.Collections.CollectionOperationResponse>, LongFunction<io.qdrant.client.grpc.Collections.CollectionOperationResponse>

public class QdrantCreateCollectionOp extends QdrantBaseOp<io.qdrant.client.grpc.Collections.CreateCollection,io.qdrant.client.grpc.Collections.CollectionOperationResponse>
  • Constructor Details

    • QdrantCreateCollectionOp

      public QdrantCreateCollectionOp(io.qdrant.client.QdrantClient client, io.qdrant.client.grpc.Collections.CreateCollection request)
      Create a new ParsedOp encapsulating a call to the Qdrant create collection method.
      Parameters:
      client - The associated QdrantClient used to communicate with the database
      request - The Collections.CreateCollection built for this operation
  • Method Details

    • applyOp

      public io.qdrant.client.grpc.Collections.CollectionOperationResponse applyOp(long value)
      Specified by:
      applyOp in class QdrantBaseOp<io.qdrant.client.grpc.Collections.CreateCollection,io.qdrant.client.grpc.Collections.CollectionOperationResponse>