public class ParallelRequestCoordinator<R> extends java.lang.Object implements IRequestCoordinator<R>
| Constructor and Description |
|---|
ParallelRequestCoordinator(IRequestProcessor<R> processor) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(R request) |
int |
completed(R request) |
void |
start() |
public ParallelRequestCoordinator(IRequestProcessor<R> processor)
public void add(R request)
add in interface IRequestCoordinator<R>public void start()
start in interface IRequestCoordinator<R>public int completed(R request)
completed in interface IRequestCoordinator<R>Copyright © 2015 The Apache Software Foundation