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>
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.
-
Field Summary
Fields inherited from class io.nosqlbench.virtdata.library.basics.shared.from_long.to_string.Concat
cycleStepMapper, functions, literals -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConcatChained
-
-
Method Details
-
apply
-