Class LoadInteger
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.stateful.from_long.LoadInteger
- All Implemented Interfaces:
LongToIntFunction
-
Constructor Summary
ConstructorsConstructorDescriptionLoadInteger(String name) LoadInteger(String name, int defaultValue) LoadInteger(LongFunction<Object> nameFunc) LoadInteger(LongFunction<Object> nameFunc, int defaultValue) -
Method Summary
-
Constructor Details
-
LoadInteger
-
LoadInteger
-
LoadInteger
-
LoadInteger
-
-
Method Details
-
applyAsInt
public int applyAsInt(long value) - Specified by:
applyAsIntin interfaceLongToIntFunction
-