Class ConcatStepped

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

public class ConcatStepped extends Concat

This is a variant of Concat which uses the cycle+step sum for each of the functions provided.

  • Constructor Details

    • ConcatStepped

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