Class HashedLineToInt
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_int.HashedLineToInt
- All Implemented Interfaces:
LongToIntFunction
Return a pseudo-randomly selected integer value from a file of numeric values.
Each line in the file must contain one parsable integer value.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HashedLineToInt
-
-
Method Details
-
toString
-
applyAsInt
public int applyAsInt(long value) - Specified by:
applyAsIntin interfaceLongToIntFunction
-