Class OpCapture

java.lang.Object
io.nosqlbench.engine.api.activityimpl.OpCapture

public class OpCapture extends Object

This is a functional wrapper layer which will upgrade a basic CycleOp to one that has a specialized variable extractor, given

  1. The adapter implements UniformVariableCapture
  2. 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 field capture.
  • Field Details

    • logger

      public static final org.apache.logging.log4j.Logger logger
  • Constructor Details

    • OpCapture

      public OpCapture()
  • Method Details