Class ConcatCycle

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

public class ConcatCycle extends Concat

This is a variant of Concat which always uses the input cycle value as the input for all the functions provided.

  • Constructor Details

    • ConcatCycle

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