Class HashedLinesToKeyValueString

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_string.HashedLinesToKeyValueString
All Implemented Interfaces:
LongFunction<String>

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

    • HashedLinesToKeyValueString

      public HashedLinesToKeyValueString(String paramFile, int maxsize)
  • Method Details