T - public class MixOperationCallable<T extends Options> extends AbstractOperationCallable<T>
| Constructor and Description |
|---|
MixOperationCallable(Runner<T> runner,
T options,
OperationMix mix,
boolean randomOrder)
Creates a new callable
|
| Modifier and Type | Method and Description |
|---|---|
OperationRun |
call() |
cancel, getOptions, getRunner, isCancelledpublic MixOperationCallable(Runner<T> runner, T options, OperationMix mix, boolean randomOrder)
runner - Runneroptions - Optionsmix - MixrandomOrder - Whether to randomize the order of operationspublic OperationRun call() throws Exception
ExceptionCopyright © 2016. All rights reserved.