Uses of Interface
io.nosqlbench.adapters.api.activityimpl.uniform.Space
Packages that use Space
-
Uses of Space in io.nosqlbench.adapter.amqp
Classes in io.nosqlbench.adapter.amqp that implement Space -
Uses of Space in io.nosqlbench.adapter.azureaisearch
Classes in io.nosqlbench.adapter.azureaisearch that implement SpaceModifier and TypeClassDescriptionclassTheAzureAISearchSpaceclass is a context object which stores all stateful contextual information needed to interact with theAzure AI Searchdatabase instance. -
Uses of Space in io.nosqlbench.adapter.cqld4
Classes in io.nosqlbench.adapter.cqld4 that implement Space -
Uses of Space in io.nosqlbench.adapter.dataapi
Classes in io.nosqlbench.adapter.dataapi that implement Space -
Uses of Space in io.nosqlbench.adapter.diag
Classes in io.nosqlbench.adapter.diag that implement SpaceMethods in io.nosqlbench.adapter.diag with type parameters of type SpaceModifier and TypeMethodDescription<A extends CycleOp<?>,B extends Space>
DriverAdapter<A, B> DriverAdapterLoader.load(NBComponent parent, NBLabels childLabels) -
Uses of Space in io.nosqlbench.adapter.dynamodb
Classes in io.nosqlbench.adapter.dynamodb that implement Space -
Uses of Space in io.nosqlbench.adapter.gcpspanner
Classes in io.nosqlbench.adapter.gcpspanner that implement Space -
Uses of Space in io.nosqlbench.adapter.http.core
Classes in io.nosqlbench.adapter.http.core that implement SpaceModifier and TypeClassDescriptionclassThreadLocal http clients have been removed from this version, as the built-in HTTP client implementation is meant to be immutable. -
Uses of Space in io.nosqlbench.adapter.kafka
Classes in io.nosqlbench.adapter.kafka that implement Space -
Uses of Space in io.nosqlbench.adapter.mongodb.core
Classes in io.nosqlbench.adapter.mongodb.core that implement Space -
Uses of Space in io.nosqlbench.adapter.neo4j
Classes in io.nosqlbench.adapter.neo4j that implement Space -
Uses of Space in io.nosqlbench.adapter.prototype
Classes in io.nosqlbench.adapter.prototype that implement Space -
Uses of Space in io.nosqlbench.adapter.pulsar
Classes in io.nosqlbench.adapter.pulsar that implement Space -
Uses of Space in io.nosqlbench.adapter.qdrant
Classes in io.nosqlbench.adapter.qdrant that implement SpaceModifier and TypeClassDescriptionclassTheQdrantSpaceclass is a context object which stores all stateful contextual information needed to interact with the Qdrant database instance. -
Uses of Space in io.nosqlbench.adapter.s4j
Classes in io.nosqlbench.adapter.s4j that implement Space -
Uses of Space in io.nosqlbench.adapter.stdout
Classes in io.nosqlbench.adapter.stdout that implement Space -
Uses of Space in io.nosqlbench.adapter.tcpclient
Classes in io.nosqlbench.adapter.tcpclient that implement Space -
Uses of Space in io.nosqlbench.adapter.tcpserver
Classes in io.nosqlbench.adapter.tcpserver that implement Space -
Uses of Space in io.nosqlbench.adapter.weaviate
Classes in io.nosqlbench.adapter.weaviate that implement SpaceModifier and TypeClassDescriptionclassTheWeaviateSpaceclass is a context object which stores all stateful contextual information needed to interact with the Weaviate database instance. -
Uses of Space in io.nosqlbench.adapters.api.activityimpl
Classes in io.nosqlbench.adapters.api.activityimpl with type parameters of type SpaceModifier and TypeClassDescriptionclassBaseOpDispenser<OP extends CycleOp<?>,SPACE extends Space> SeeOpDispenserfor details on how to use this type.interface -
Uses of Space in io.nosqlbench.adapters.api.activityimpl.uniform
Classes in io.nosqlbench.adapters.api.activityimpl.uniform with type parameters of type SpaceModifier and TypeClassDescriptionclassBaseDriverAdapter<RESULT extends CycleOp<?>,SPACE extends Space> classConcurrentSpaceCache<S extends Space>Native driver state in NoSQLBench is stored in a context called aSpace, with each driver adapter providing its own implementation.interfaceDriverAdapter<OPTYPE extends CycleOp<?>,SPACETYPE extends Space> The DriverAdapter interface is the top level API for implementing operations of any kind in NoSQLBench.Classes in io.nosqlbench.adapters.api.activityimpl.uniform that implement SpaceModifier and TypeClassDescriptionclassThis example of a space uses the SelfT technique to enable the self type to be used in method signatures and return types.static class -
Uses of Space in io.nosqlbench.adapters.api.activityimpl.uniform.opwrappers
Classes in io.nosqlbench.adapters.api.activityimpl.uniform.opwrappers with type parameters of type SpaceModifier and TypeClassDescriptionclassAssertingOpDispenser<S extends Space,RESULT> classCapturingOpDispenser<S extends Space,RESULT> classDryrunOpDispenser<S extends Space,RESULT> classResultPrintingOpDispenser<O,S extends Space, R> -
Uses of Space in io.nosqlbench.engine.api.activityimpl
Methods in io.nosqlbench.engine.api.activityimpl with type parameters of type SpaceModifier and TypeMethodDescriptionstatic <OP extends CycleOp<?>,SPACE extends Space>
OpDispenser<? extends OP> OpAssertions.wrapOptionally(DriverAdapter<? extends OP, ? extends SPACE> adapter, OpDispenser<? extends OP> dispenser, ParsedOp pop) static <OP extends CycleOp<?>,SPACE extends Space>
OpDispenser<? extends OP> OpCapture.wrapOptionally(DriverAdapter<? extends OP, ? extends SPACE> adapter, OpDispenser<? extends OP> dispenser, ParsedOp pop) static <OP extends CycleOp<?>,SPACE extends Space>
OpDispenser<? extends OP> OpDryrun.wrapOptionally(DriverAdapter<? extends OP, ? extends SPACE> adapter, OpDispenser<? extends OP> dispenser, ParsedOp pop, Dryrun dryrun) static <OP extends CycleOp<?>,SPACE extends Space>
OpDispenser<? extends OP> OpFunctionComposition.wrapOptionally(DriverAdapter<? extends OP, ? extends SPACE> adapter, OpDispenser<? extends OP> dispenser, ParsedOp pop, Dryrun dryrun) Method parameters in io.nosqlbench.engine.api.activityimpl with type arguments of type SpaceModifier and TypeMethodDescriptionprotected <O extends LongFunction>
OpSequence<OpDispenser<? extends CycleOp<?>>> SimpleActivity.createOpSourceFromParsedOps(List<DriverAdapter<CycleOp<?>, Space>> adapters, List<ParsedOp> pops)