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)
OperationRunnerOperationRun
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 OperationRunnerrunner - Runneroptions - Optionsop - Operation to runCopyright © 2016. All rights reserved.