Class HashedLineToString
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_string.HashedLineToString
- All Implemented Interfaces:
java.util.function.LongFunction<java.lang.String>
public class HashedLineToString
extends java.lang.Object
implements java.util.function.LongFunction<java.lang.String>
Return a pseudo-randomly selected String value from a single line of
the specified file.
-
Constructor Summary
Constructors Constructor Description HashedLineToString(java.lang.String filename) -
Method Summary
-
Constructor Details
-
HashedLineToString
public HashedLineToString(java.lang.String filename)
-
-
Method Details