Class HashedLineToStringSet

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_collection.HashedLineToStringSet
All Implemented Interfaces:
LongFunction<Set<String>>

public class HashedLineToStringSet extends Object implements LongFunction<Set<String>>
Return a pseudo-randomly created Set from the values in the specified file.
  • Constructor Details

    • HashedLineToStringSet

      public HashedLineToStringSet(String filename, int minSize, int maxSize)
  • Method Details