Package io.nosqlbench.virtdata.library.basics.shared.stateful
package io.nosqlbench.virtdata.library.basics.shared.stateful
-
ClassesClassDescriptionLoad a value from a map, based on the injected configuration.Load a value from a named thread-local variable, where the variable name is fixed or a generated variable name from a provided function.Load a value from a named thread-local variable, where the variable name is fixed or a generated variable name from a provided function.Load a value from a named thread-local variable, where the variable name is fixed or a generated variable name from a provided function.Reads a long variable from the input, hashes and scales it to the unit interval 0.0d - 1.0d, then uses the result to determine whether to return null object or a loaded value.Reads a long variable from the thread local variable map, hashes and scales it to the unit interval 0.0d - 1.0d, then uses the result to determine whether to return a null object or the input value.Save the current input value at this point in the function chain to a thread-local variable name.Save a value to a named thread-local variable, where the variable name is fixed or a generated variable name from a provided function.Save a value to a named thread-local variable, where the variable name is fixed or a generated variable name from a provided function.Save a value to a named thread-local variable, where the variable name is fixed or a generated variable name from a provided function.Show diagnostic values for the thread-local variable map.Load a named value from the per-thread state map.Reads a long variable from the input, hashes and scales it to the unit interval 0.0d - 1.0d, then uses the result to determine whether to return UNSET.value or a loaded value.Reads a long variable from the thread local variable map, hashes and scales it to the unit interval 0.0d - 1.0d, then uses the result to determine whether to return UNSET.value or the input value.