Class LoadInteger
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.stateful.LoadInteger
Load a value from a named thread-local variable, where the variable
name is fixed or a generated variable name from a provided function.
If the named variable is not defined, then the default value is returned.
-
Constructor Summary
ConstructorsConstructorDescriptionLoadInteger(String name) LoadInteger(String name, int defaultValue) LoadInteger(Function<Object, Object> nameFunc) LoadInteger(Function<Object, Object> nameFunc, int defaultValue) -
Method Summary
-
Constructor Details
-
LoadInteger
-
LoadInteger
-
LoadInteger
-
LoadInteger
-
-
Method Details
-
apply
-