Uses of Class
io.nosqlbench.adapter.qdrant.QdrantDriverAdapter
Packages that use QdrantDriverAdapter
-
Uses of QdrantDriverAdapter in io.nosqlbench.adapter.qdrant
Methods in io.nosqlbench.adapter.qdrant that return QdrantDriverAdapterModifier and TypeMethodDescriptionQdrantDriverAdapterLoader.load(NBComponent parent, NBLabels childLabels) Constructors in io.nosqlbench.adapter.qdrant with parameters of type QdrantDriverAdapterModifierConstructorDescriptionQdrantOpMapper(QdrantDriverAdapter adapter) Create a new QdrantOpMapper implementing theOpMapperinterface.QdrantSpace(QdrantDriverAdapter adapter, long idx, NBConfiguration cfg) Create a new QdrantSpace Object which stores all stateful contextual information needed to interact with the Qdrant database instance. -
Uses of QdrantDriverAdapter in io.nosqlbench.adapter.qdrant.opdispensers
Constructors in io.nosqlbench.adapter.qdrant.opdispensers with parameters of type QdrantDriverAdapterModifierConstructorDescriptionprotectedQdrantBaseOpDispenser(QdrantDriverAdapter adapter, ParsedOp op, LongFunction<String> targetF) QdrantCollectionExistsOpDispenser(QdrantDriverAdapter adapter, ParsedOp op, LongFunction<String> targetFunction) QdrantCollectionInfoOpDispenser(QdrantDriverAdapter adapter, ParsedOp op, LongFunction<String> targetFunction) QdrantCountPointsOpDispenser(QdrantDriverAdapter adapter, ParsedOp op, LongFunction<String> targetFunction) QdrantCreateCollectionOpDispenser(QdrantDriverAdapter adapter, ParsedOp op, LongFunction<String> targetFunction) Create a new QdrantCreateCollectionOpDispenser subclassed fromQdrantBaseOpDispenser.QdrantCreatePayloadIndexOpDispenser(QdrantDriverAdapter adapter, ParsedOp op, LongFunction<String> targetFunction) QdrantDeleteCollectionOpDispenser(QdrantDriverAdapter adapter, ParsedOp op, LongFunction<String> targetFunction) Create a newQdrantDeleteCollectionOpDispensersubclassed fromQdrantBaseOpDispenser.QdrantListCollectionAliasesOpDispenser(QdrantDriverAdapter adapter, ParsedOp op, LongFunction<String> targetFunction) QdrantListCollectionsOpDispenser(QdrantDriverAdapter adapter, ParsedOp op, LongFunction<String> targetFunction) QdrantListSnapshotsOpDispenser(QdrantDriverAdapter adapter, ParsedOp op, LongFunction<String> targetFunction) QdrantSearchPointsOpDispenser(QdrantDriverAdapter adapter, ParsedOp op, LongFunction<String> targetFunction) QdrantUpsertPointsOpDispenser(QdrantDriverAdapter adapter, ParsedOp op, LongFunction<String> targetFunction) Create a newQdrantUpsertPointsOpDispenserimplementing theOpDispenserinterface.