Uses of Interface
io.nosqlbench.adapters.api.evalctx.CycleFunction
Packages that use CycleFunction
Package
Description
-
Uses of CycleFunction in io.nosqlbench.adapters.api.activityimpl
Methods in io.nosqlbench.adapters.api.activityimpl that return CycleFunction -
Uses of CycleFunction in io.nosqlbench.adapters.api.activityimpl.uniform.opwrappers
Constructors in io.nosqlbench.adapters.api.activityimpl.uniform.opwrappers with parameters of type CycleFunctionModifierConstructorDescriptionPollingOp(CycleOp<T> innerOp, CycleFunction<Boolean> untilCondition) -
Uses of CycleFunction in io.nosqlbench.adapters.api.evalctx
Classes in io.nosqlbench.adapters.api.evalctx that implement CycleFunctionModifier and TypeClassDescriptionclassstatic classclassclassclassThis evaluator usesObject.equals(Object)to compare the results of an operation with a constructed value.Methods in io.nosqlbench.adapters.api.evalctx that return CycleFunctionModifier and TypeMethodDescriptionCompoundCycleFunction.newInstance()CycleFunction.newInstance()Get a new instance of a CycleFunction, based on the current one, but with its own instance of any non-threadsafe elements.CycleFunctions.NOOPVerifier.newInstance()GroovyCycleFunction.newInstance()Create an instance of an executable function which is based on the current one, with all of the per-cycle bindings as well as the variable bindings duplicated (shared).static <T> CycleFunction<T> CycleFunctions.of(BinaryOperator<T> reducer, List<CycleFunction<T>> verifiers, T defaultResult) Method parameters in io.nosqlbench.adapters.api.evalctx with type arguments of type CycleFunctionModifier and TypeMethodDescriptionstatic <T> CycleFunction<T> CycleFunctions.of(BinaryOperator<T> reducer, List<CycleFunction<T>> verifiers, T defaultResult) Constructors in io.nosqlbench.adapters.api.evalctx with parameters of type CycleFunctionModifierConstructorDescriptionCompoundCycleFunction(BinaryOperator<T> reducer, CycleFunction<T>... functions) Constructor parameters in io.nosqlbench.adapters.api.evalctx with type arguments of type CycleFunctionModifierConstructorDescriptionCompoundCycleFunction(BinaryOperator<T> reducer, List<CycleFunction<T>> functions)