Class HashedLineToInt

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_int.HashedLineToInt
All Implemented Interfaces:
LongToIntFunction

public class HashedLineToInt extends Object implements 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 Details

    • HashedLineToInt

      public HashedLineToInt(String filename)
  • Method Details