Class OpCapture
java.lang.Object
io.nosqlbench.engine.api.activityimpl.OpCapture
This is a functional wrapper layer which will upgrade a basic CycleOp to
one that has a specialized variable extractor, given
- The adapter implements
UniformVariableCapture - The op template has captures defined. Captures can be defined using the
capture points as described in
CapturePointParser, or they can be directly defined on the op template with the reserved op fieldcapture.
-
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
-
OpCapture
public OpCapture()
-
-
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)
-