public class DefaultOperationRunner extends Object implements OperationRunner
Constructor and Description |
---|
DefaultOperationRunner() |
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 |
public <T extends Options> OperationRun run(Runner<T> runner, T options, Operation op)
OperationRunner
OperationRun
Implementations are also expected to record the information within their
the OperationStats
object of the provided Operation
instance prior to returning the statistics.
run
in interface OperationRunner
runner
- Runneroptions
- Optionsop
- Operation to runCopyright © 2015. All rights reserved.