Class ConcatHashed

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

public class ConcatHashed extends Concat

This is a variant of Concat which always hashes the cycle+step value for each function provided.

  • Constructor Details

    • ConcatHashed

      public ConcatHashed(String template, Object... functions)