Class ConcatFixed

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

public class ConcatFixed extends Concat

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

  • Constructor Details

    • ConcatFixed

      public ConcatFixed(long value, String template, Object... functions)