Class ConcatChained

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

public class ConcatChained extends Concat

This is a variant of Concat which chains the hash values from step to step so that each of the provided functions will yield unrelated values. The first input value to a function is a hash of the cycle input value, the next is a hash of the first input value, and so on.