public interface OperationRunner
Modifier and Type | Method and Description |
---|---|
<T extends Options> |
run(Runner<T> runner,
T options,
Operation op)
Runs the operation returning the statistics as an
OperationRun |
<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 runCopyright © 2015. All rights reserved.