Uses of Class
io.nosqlbench.adapter.cqld4.Cqld4Space
Packages that use Cqld4Space
Package
Description
-
Uses of Cqld4Space in io.nosqlbench.adapter.cqld4
Subclasses with type arguments of type Cqld4Space in io.nosqlbench.adapter.cqld4Methods in io.nosqlbench.adapter.cqld4 that return types with arguments of type Cqld4SpaceModifier and TypeMethodDescriptionCqld4DriverAdapter.getOpMapper()Cqld4DriverAdapter.getSpaceInitializer(NBConfiguration cfg) -
Uses of Cqld4Space in io.nosqlbench.adapter.cqld4.opdispensers
Subclasses with type arguments of type Cqld4Space in io.nosqlbench.adapter.cqld4.opdispensersConstructor parameters in io.nosqlbench.adapter.cqld4.opdispensers with type arguments of type Cqld4SpaceModifierConstructorDescriptionCqld4PreparedStmtDispenser(Cqld4DriverAdapter adapter, ParsedOp op, ParsedTemplateString stmtTpl, RSProcessors processors, LongFunction<Cqld4Space> spaceInitF) -
Uses of Cqld4Space in io.nosqlbench.adapter.cqld4.opmappers
Classes in io.nosqlbench.adapter.cqld4.opmappers that implement interfaces with type arguments of type Cqld4SpaceMethod parameters in io.nosqlbench.adapter.cqld4.opmappers with type arguments of type Cqld4SpaceModifier and TypeMethodDescriptionabstract OpDispenser<T> Cqld4BaseOpMapper.apply(NBComponent adapterC, ParsedOp op, LongFunction<Cqld4Space> spaceF) CqlD4BatchStmtMapper.apply(NBComponent adapterC, ParsedOp op, LongFunction<Cqld4Space> spaceF) Cqld4CoreOpMapper.apply(NBComponent adapterC, ParsedOp op, LongFunction<Cqld4Space> spaceF) Determine what type of op dispenser to use for a given parsed op template, and return a new instance for it.abstract OpDispenser<T> Cqld4CqlBaseOpMapper.apply(NBComponent adapterC, ParsedOp op, LongFunction<Cqld4Space> spaceF) Cqld4CqlOpMapper.apply(NBComponent adapterC, ParsedOp op, LongFunction<Cqld4Space> spaceF) CqlD4CqlSimpleStmtMapper.apply(NBComponent adapterC, ParsedOp op, LongFunction<Cqld4Space> spaceF) Cqld4FluentGraphOpMapper.apply(NBComponent adapterC, ParsedOp op, LongFunction<Cqld4Space> spaceF) CqlD4PreparedStmtMapper.apply(NBComponent adapterC, ParsedOp op, LongFunction<Cqld4Space> spaceF) CqlD4RawStmtMapper.apply(NBComponent adapterC, ParsedOp op, LongFunction<Cqld4Space> spaceF)