Uses of Enum Class
io.nosqlbench.scenarios.simframe.capture.EvalType
Packages that use EvalType
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 EvalType in io.nosqlbench.scenarios.simframe.capture
Subclasses with type arguments of type EvalType in io.nosqlbench.scenarios.simframe.captureMethods in io.nosqlbench.scenarios.simframe.capture that return EvalTypeModifier and TypeMethodDescriptionCriterion.evaltype()Returns the value of theevaltyperecord component.static EvalTypeReturns the enum constant of this class with the specified name.static EvalType[]EvalType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.nosqlbench.scenarios.simframe.capture with parameters of type EvalTypeModifierConstructorDescriptionCriterion(String name, EvalType evaltype, ToDoubleFunction<BasisValues> remix, DoubleSupplier supplier, double weight, Runnable frameStartCallback) Creates an instance of aCriterionrecord class.