Class LoadLong
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.stateful.from_long.LoadLong
- All Implemented Interfaces:
LongUnaryOperator
-
Constructor Summary
ConstructorsConstructorDescriptionLoadLong(LongFunction<Object> nameFunc) LoadLong(LongFunction<Object> nameFunc, long defaultValue) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.LongUnaryOperator
andThen, compose
-
Constructor Details
-
LoadLong
-
LoadLong
-
LoadLong
-
LoadLong
-
-
Method Details
-
applyAsLong
public long applyAsLong(long operand) - Specified by:
applyAsLongin interfaceLongUnaryOperator
-