Class CycleFunctions.NOOPVerifier<V>
java.lang.Object
io.nosqlbench.adapters.api.evalctx.CycleFunctions.NOOPVerifier<V>
- All Implemented Interfaces:
CycleFunction<V>,ExpressionDetails,VariableInjectable,LongFunction<V>
- Enclosing class:
CycleFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(long value) Produce a result from a cycle.Get a new instance of a CycleFunction, based on the current one, but with its own instance of any non-threadsafe elements.<VT> voidsetVariable(String name, VT value) Set a variable by name.toString()
-
Constructor Details
-
NOOPVerifier
-
-
Method Details
-
apply
Description copied from interface:CycleFunctionProduce a result from a cycle. This is an encapsulating type for any implementations which need to- Specified by:
applyin interfaceCycleFunction<V>- Specified by:
applyin interfaceLongFunction<V>- Parameters:
value- the function argument- Returns:
-
newInstance
Description copied from interface:CycleFunctionGet a new instance of a CycleFunction, based on the current one, but with its own instance of any non-threadsafe elements.- Specified by:
newInstancein interfaceCycleFunction<V>- Returns:
- A new CycleFunction
-
getExpressionDetails
- Specified by:
getExpressionDetailsin interfaceExpressionDetails
-
setVariable
Description copied from interface:VariableInjectableSet a variable by name.- Specified by:
setVariablein interfaceVariableInjectable
-
toString
-