Class LoadFloat

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.stateful.LoadFloat
All Implemented Interfaces:
Function<Object,Float>

public class LoadFloat extends Object implements Function<Object,Float>
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.