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

java.lang.Object
  extended by java.util.concurrent.FutureTask<Object>
      extended by net.sf.sparql.benchmarking.parallel.ParallelClientTask<T>
Type Parameters:
T - Options type
All Implemented Interfaces:
Runnable, Future<Object>, RunnableFuture<Object>

public class ParallelClientTask<T extends Options>
extends FutureTask<Object>

Task for running parallel clients

Author:
rvesse

Constructor Summary
ParallelClientTask(ParallelClientManager<T> manager, int id)
          Creates a new Parallel Client 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

ParallelClientTask

public ParallelClientTask(ParallelClientManager<T> manager,
                          int id)
Creates a new Parallel Client Task

Parameters:
manager - Client Manager
id - Client ID


Copyright © 2014. All Rights Reserved.