Uses of Class
io.nosqlbench.virtdata.core.templates.CapturePoints
Packages that use CapturePoints
Package
Description
-
Uses of CapturePoints in io.nosqlbench.adapter.cqld4.optypes
Methods in io.nosqlbench.adapter.cqld4.optypes with parameters of type CapturePointsModifier and TypeMethodDescriptionCqld4CqlOp.initCaptureF(CapturePoints<List<com.datastax.oss.driver.api.core.cql.Row>> points) -
Uses of CapturePoints in io.nosqlbench.adapters.api.templating
Methods in io.nosqlbench.adapters.api.templating that return CapturePoints -
Uses of CapturePoints in io.nosqlbench.engine.api.templating
Methods in io.nosqlbench.engine.api.templating that return CapturePoints -
Uses of CapturePoints in io.nosqlbench.virtdata.core.templates
Methods in io.nosqlbench.virtdata.core.templates that return CapturePointsModifier and TypeMethodDescriptionCapturePointParser.Result.captures()Returns the value of thecapturesrecord component.ParsedTemplateString.getCaptures()Methods in io.nosqlbench.virtdata.core.templates with parameters of type CapturePointsModifier and TypeMethodDescriptionUniformVariableCapture.initCaptureF(CapturePoints<RESULT> points) Constructors in io.nosqlbench.virtdata.core.templates with parameters of type CapturePointsModifierConstructorDescriptionResult(String rawTemplate, CapturePoints captures) Creates an instance of aResultrecord class.