Class HashedLinesToKeyValueString
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_string.HashedLinesToKeyValueString
- All Implemented Interfaces:
LongFunction<String>
Generate a string in the format key1:value1;key2:value2;... from the words
in the specified file, ranging in size between zero and the specified maximum.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HashedLinesToKeyValueString
-
-
Method Details
-
apply
- Specified by:
applyin interfaceLongFunction<String>
-