|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OperationRunner
Interface for runners which run operations
Method Summary | ||
---|---|---|
|
run(Runner<T> runner,
T options,
Operation op)
Runs the operation returning the statistics as an OperationRun |
Method Detail |
---|
<T extends Options> OperationRun run(Runner<T> runner, T options, Operation op)
OperationRun
Implementations are also expected to record the information within their
the OperationStats
object of the provided Operation
instance prior to returning the statistics.
runner
- Runneroptions
- Optionsop
- Operation to run
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |