Class Load
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.stateful.from_long.Load
- All Implemented Interfaces:
java.util.function.LongFunction<java.lang.Object>
public class Load
extends java.lang.Object
implements java.util.function.LongFunction<java.lang.Object>
Load a named value from the per-thread state map.
The previous input value will be forgotten, and the named value will replace it
before the next function in the chain.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description java.lang.Objectapply(long value)
-
Constructor Details
-
Method Details
-
apply
public java.lang.Object apply(long value)- Specified by:
applyin interfacejava.util.function.LongFunction<java.lang.Object>
-