net.sf.sparql.benchmarking.parallel.impl
Class DefaultParallelClient<T extends Options>
java.lang.Object
net.sf.sparql.benchmarking.parallel.AbstractParallelClient<T>
net.sf.sparql.benchmarking.parallel.impl.DefaultParallelClient<T>
- Type Parameters:
T
- Options type
- All Implemented Interfaces:
- Callable<Object>, ParallelClient<T>
public class DefaultParallelClient<T extends Options>
- extends AbstractParallelClient<T>
Default parallel client for running multi-threaded testing
- Author:
- rvesse
Method Summary |
Object |
call()
Runs operation mixes while the Client Manager indicates there are still
mixes to be run |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultParallelClient
public DefaultParallelClient(ParallelClientManager<T> manager,
int id)
- Creates a new Parallel Client
- Parameters:
manager
- Client Managerid
- Client ID
call
public Object call()
throws Exception
- Description copied from interface:
ParallelClient
- Runs operation mixes while the Client Manager indicates there are still
mixes to be run
- Throws:
Exception
Copyright © 2014. All Rights Reserved.