net.sf.sparql.benchmarking.parallel.impl
Class OperationMixCallable<T extends Options>
java.lang.Object
net.sf.sparql.benchmarking.parallel.impl.OperationMixCallable<T>
- Type Parameters:
T
- Options type
- All Implemented Interfaces:
- Callable<OperationMixRun>
public class OperationMixCallable<T extends Options>
- extends Object
- implements Callable<OperationMixRun>
A callable for operation mixes so we can execute them in parallel to do
multi-threaded benchmarks
- Author:
- rvesse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OperationMixCallable
public OperationMixCallable(Runner<T> runner,
T options)
- Creates a new operation mix runner
- Parameters:
runner
- Runneroptions
- Options
call
public OperationMixRun call()
- Runs the operation mix returning the results of the run
- Specified by:
call
in interface Callable<OperationMixRun>
Copyright © 2014. All Rights Reserved.