public class InOrderOperationMixRunner extends AbstractOperationMixRunner
| Constructor and Description |
|---|
InOrderOperationMixRunner() |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends Options> |
getOperationOrder(T options,
OperationMix mix)
Gets the order in which the runner should run the operations
|
protected <T extends Options> |
reportOperationOrder(T options)
Returns
false since there is no need to report the operation
order since it will always be the same |
run, runOpprotected <T extends Options> List<Integer> getOperationOrder(T options, OperationMix mix)
AbstractOperationMixRunnergetOperationOrder in class AbstractOperationMixRunneroptions - Optionsmix - Mix containing the operations to be runprotected <T extends Options> boolean reportOperationOrder(T options)
false since there is no need to report the operation
order since it will always be the samereportOperationOrder in class AbstractOperationMixRunnerCopyright © 2014. All Rights Reserved.