Class PollingOp<T>
java.lang.Object
io.nosqlbench.adapters.api.activityimpl.uniform.opwrappers.PollingOp<T>
- All Implemented Interfaces:
CycleOp<T>,OpGenerator,LongFunction<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(long value) Run an action for the given cycle.protected voidonConditionMet(T value) protected voidonConditionUnmet(T value)
-
Constructor Details
-
PollingOp
-
-
Method Details
-
apply
-
getNextOp
- Specified by:
getNextOpin interfaceOpGenerator
-
onConditionMet
-
onConditionUnmet
-