net.sf.sparql.benchmarking.parallel.impl
Class OperationMixTask<T extends Options>
java.lang.Object
java.util.concurrent.FutureTask<OperationMixRun>
net.sf.sparql.benchmarking.parallel.impl.OperationMixTask<T>
- Type Parameters:
T
- Options type
- All Implemented Interfaces:
- Runnable, Future<OperationMixRun>, RunnableFuture<OperationMixRun>
public class OperationMixTask<T extends Options>
- extends FutureTask<OperationMixRun>
An operation mix task that can be executed
- Author:
- rvesse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OperationMixTask
public OperationMixTask(Runner<T> runner,
T options)
- Creates a new Task
- Parameters:
runner
- Runneroptions
- Options
Copyright © 2014. All Rights Reserved.