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, runOp
protected <T extends Options> List<Integer> getOperationOrder(T options, OperationMix mix)
AbstractOperationMixRunner
getOperationOrder
in class AbstractOperationMixRunner
options
- 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 AbstractOperationMixRunner
Copyright © 2015. All rights reserved.