Class OpAssertions
java.lang.Object
io.nosqlbench.engine.api.activityimpl.OpAssertions
This is a functional wrapper layer which will upgrade a basic
CycleOp to
one that has a validator provided by it's DriverAdapter, so long as the
adapter implements ValidatorSource and can provide one for the given name.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <OP extends CycleOp<?>,SPACE extends Space>
OpDispenser<? extends OP> wrapOptionally(DriverAdapter<? extends OP, ? extends SPACE> adapter, OpDispenser<? extends OP> dispenser, ParsedOp pop)
-
Field Details
-
logger
public static final org.apache.logging.log4j.Logger logger
-
-
Constructor Details
-
OpAssertions
public OpAssertions()
-
-
Method Details
-
wrapOptionally
public static <OP extends CycleOp<?>,SPACE extends Space> OpDispenser<? extends OP> wrapOptionally(DriverAdapter<? extends OP, ? extends SPACE> adapter, OpDispenser<? extends OP> dispenser, ParsedOp pop)
-