Uses of Class
io.nosqlbench.virtdata.core.templates.CapturePoint
Packages that use CapturePoint
Package
Description
-
Uses of CapturePoint in io.nosqlbench.adapter.cqld4.processors
Constructor parameters in io.nosqlbench.adapter.cqld4.processors with type arguments of type CapturePoint -
Uses of CapturePoint in io.nosqlbench.engine.api.templating
Methods in io.nosqlbench.engine.api.templating that return types with arguments of type CapturePointModifier and TypeMethodDescriptionParsedTemplateList.getCaptures()Templatizer.Result.getCaptures()Method parameters in io.nosqlbench.engine.api.templating with type arguments of type CapturePointModifier and TypeMethodDescriptionvoidTemplatizer.Result.addCaptures(List<CapturePoint> captures) -
Uses of CapturePoint in io.nosqlbench.virtdata.core.templates
Subclasses with type arguments of type CapturePoint in io.nosqlbench.virtdata.core.templatesMethods in io.nosqlbench.virtdata.core.templates that return CapturePointModifier and TypeMethodDescriptionstatic CapturePointstatic CapturePointCreate a CapturePoint with the specified anchorName, and the same aliasName.static CapturePointCreate a CapturePoint with the specified anchorName, and an optional aliasName.static CapturePointMethods in io.nosqlbench.virtdata.core.templates that return types with arguments of type CapturePointMethod parameters in io.nosqlbench.virtdata.core.templates with type arguments of type CapturePointModifier and TypeMethodDescriptionDynamicVariableCapture.capture(List<CapturePoint> points, RESULT result) Constructor parameters in io.nosqlbench.virtdata.core.templates with type arguments of type CapturePointModifierConstructorDescriptionCapturePoints(@NotNull Collection<? extends CapturePoint<TYPE>> capturePoints)