Uses of Class
io.nosqlbench.scenarios.simframe.capture.BasisValues
Packages that use BasisValues
Package
Description
The types in this package are used to define observable dependent variables,
specify how they are measured, formulate them into a value function, and provide
a view of these over time as frames are executed.
-
Uses of BasisValues in io.nosqlbench.scenarios.simframe.capture
Methods in io.nosqlbench.scenarios.simframe.capture that return types with arguments of type BasisValuesModifier and TypeMethodDescriptionCriterion.remix()Returns the value of theremixrecord component.Method parameters in io.nosqlbench.scenarios.simframe.capture with type arguments of type BasisValuesModifier and TypeMethodDescriptionvoidSimFrameCapture.addRemix(String name, ToDoubleFunction<BasisValues> remix) voidSimFrameCapture.addRemix(String name, ToDoubleFunction<BasisValues> remix, double weight) voidSimFrameCapture.addRemix(String name, ToDoubleFunction<BasisValues> remix, double weight, Runnable callback) A remix function takes as its input the computed raw values of the other functions, irrespective of their weights or weighting functions.Constructors in io.nosqlbench.scenarios.simframe.capture with parameters of type BasisValuesConstructor parameters in io.nosqlbench.scenarios.simframe.capture with type arguments of type BasisValuesModifierConstructorDescriptionCriterion(String name, EvalType evaltype, ToDoubleFunction<BasisValues> remix, DoubleSupplier supplier, double weight, Runnable frameStartCallback) Creates an instance of aCriterionrecord class.