Class QdrantSpace
java.lang.Object
io.nosqlbench.adapters.api.activityimpl.uniform.BaseSpace<QdrantSpace>
io.nosqlbench.adapter.qdrant.QdrantSpace
- All Implemented Interfaces:
Space,NBNamedElement,AutoCloseable
The
QdrantSpace class is a context object which stores all stateful contextual information needed to interact
with the Qdrant database instance.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.nosqlbench.adapters.api.activityimpl.uniform.BaseSpace
BaseSpace.BasicSpace -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionQdrantSpace(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. -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()io.qdrant.client.QdrantClientstatic NBConfigModel
-
Field Details
-
client
protected io.qdrant.client.QdrantClient client
-
-
Constructor Details
-
QdrantSpace
Create a new QdrantSpace Object which stores all stateful contextual information needed to interact with the Qdrant database instance.- Parameters:
cfg- The configuration (NBConfiguration) for this nb run
-
-
Method Details
-
getClient
public io.qdrant.client.QdrantClient getClient() -
getConfigModel
-
close
-