Interface ChainingOp<I,O>
- Type Parameters:
I- Some input type.O- Some output type.
- All Superinterfaces:
Function<I,,O> Op,OpResultSize
Run a function on the current cached result and replace it
with the result of the function. Functions are one way of invoking
logic within a cycle. However, they are not intended to stand alone.
A CycleFunction must always have an input to work on. This input is
provided by a Supplier as optionally implemented by an Op
-
Method Summary
Methods inherited from interface io.nosqlbench.engine.api.activityimpl.uniform.flowtypes.OpResultSize
getResultSize