T
- Options typepublic interface ParallelClient<T extends Options> extends Callable<Object>
Modifier and Type | Method and Description |
---|---|
Object |
call()
Runs operation mixes while the Client Manager indicates there are still
mixes to be run
|
int |
getID()
Gets the ID of this client
|
ParallelClientManager<T> |
getManager()
Gets the parallel client manager which is managing this client
|
int getID()
Object call() throws Exception
ParallelClientManager<T> getManager()
Copyright © 2015. All rights reserved.