net.sf.sparql.benchmarking.operations.util
Class MixOperationCallable<T extends Options>
java.lang.Object
net.sf.sparql.benchmarking.operations.AbstractOperationCallable<T>
net.sf.sparql.benchmarking.operations.util.MixOperationCallable<T>
- Type Parameters:
T
-
- All Implemented Interfaces:
- Callable<OperationRun>, OperationCallable<T>
public class MixOperationCallable<T extends Options>
- extends AbstractOperationCallable<T>
A callable for running an operation mix as an operation
- Author:
- rvesse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MixOperationCallable
public MixOperationCallable(Runner<T> runner,
T options,
OperationMix mix,
boolean randomOrder)
- Creates a new callable
- Parameters:
runner
- Runneroptions
- Optionsmix
- MixrandomOrder
- Whether to randomize the order of operations
call
public OperationRun call()
throws Exception
- Throws:
Exception
Copyright © 2014. All Rights Reserved.