net.sf.sparql.benchmarking.parallel.impl
Class OperationMixTask<T extends Options>

java.lang.Object
  extended by java.util.concurrent.FutureTask<OperationMixRun>
      extended by 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

Constructor Summary
OperationMixTask(Runner<T> runner, T options)
          Creates a new Task
 
Method Summary
 
Methods inherited from class java.util.concurrent.FutureTask
cancel, done, get, get, isCancelled, isDone, run, runAndReset, set, setException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationMixTask

public OperationMixTask(Runner<T> runner,
                        T options)
Creates a new Task

Parameters:
runner - Runner
options - Options


Copyright © 2014. All Rights Reserved.