Class StandardCycleOp<T>
java.lang.Object
io.nosqlbench.engine.api.activityimpl.StandardCycleOp<T>
- All Implemented Interfaces:
CycleOp<T>,Op,OpResultSize,LongFunction<T>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.nosqlbench.engine.api.activityimpl.uniform.flowtypes.OpResultSize
getResultSize
-
Constructor Details
-
StandardCycleOp
-
-
Method Details
-
apply
Description copied from interface:CycleOpRun an action for the given cycle. The cycle value is only to be used for anecdotal presentation. This form is called when there is a chaining operation which will do something with this result.
-