Class Save

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.stateful.Save
All Implemented Interfaces:
Function<Object,Object>

public class Save extends Object implements Function<Object,Object>
Save the current input value at this point in the function chain to a thread-local variable name. The input value is unchanged, and available for the next function in the chain to use as-is.