Uses of Class
io.nosqlbench.adapter.qdrant.QdrantSpace
Packages that use QdrantSpace
-
Uses of QdrantSpace in io.nosqlbench.adapter.qdrant
Subclasses with type arguments of type QdrantSpace in io.nosqlbench.adapter.qdrantModifier and TypeClassDescriptionclassclassTheQdrantSpaceclass is a context object which stores all stateful contextual information needed to interact with the Qdrant database instance.Classes in io.nosqlbench.adapter.qdrant that implement interfaces with type arguments of type QdrantSpaceMethods in io.nosqlbench.adapter.qdrant that return types with arguments of type QdrantSpaceModifier and TypeMethodDescriptionOpMapper<QdrantBaseOp<?, ?>, QdrantSpace> QdrantDriverAdapter.getOpMapper()QdrantDriverAdapter.getSpaceInitializer(NBConfiguration cfg) Method parameters in io.nosqlbench.adapter.qdrant with type arguments of type QdrantSpaceModifier and TypeMethodDescriptionOpDispenser<QdrantBaseOp<?, ?>> QdrantOpMapper.apply(NBComponent adapterC, ParsedOp op, LongFunction<QdrantSpace> spaceF) Given an instance of aParsedOpreturns the appropriateQdrantBaseOpDispensersubclass -
Uses of QdrantSpace in io.nosqlbench.adapter.qdrant.opdispensers
Subclasses with type arguments of type QdrantSpace in io.nosqlbench.adapter.qdrant.opdispensersFields in io.nosqlbench.adapter.qdrant.opdispensers with type parameters of type QdrantSpaceModifier and TypeFieldDescriptionprotected final LongFunction<QdrantSpace> QdrantBaseOpDispenser.qdrantSpaceFunction