Package | Description |
---|---|
io.parallec.core |
Main package, including most user-facing classes such as the ParallelClient,
ParallelTask etc.
|
io.parallec.core.actor |
Actors to execute parallel task and return responses.
|
io.parallec.core.bean |
Beans.
|
io.parallec.core.task |
Modifier and Type | Method and Description |
---|---|
ParallelTaskBuilder |
ParallelTaskBuilder.setHttpPollerProcessor(HttpPollerProcessor httpPollerProcessor)
Sets the HTTP poller processor to handle Async API.
|
Modifier and Type | Field and Description |
---|---|
private HttpPollerProcessor |
OperationWorker.httpPollerProcessor
The http poller processor.
|
Constructor and Description |
---|
OperationWorker(TaskRequest request,
com.ning.http.client.AsyncHttpClient client,
HttpPollerProcessor httpPollerProcessor)
Instantiates a new operation worker.
|
Modifier and Type | Field and Description |
---|---|
private HttpPollerProcessor |
HttpMeta.httpPollerProcessor
The http poller processor.
|
Modifier and Type | Method and Description |
---|---|
HttpPollerProcessor |
HttpMeta.getHttpPollerProcessor()
Gets the http poller processor.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpMeta.setHttpPollerProcessor(HttpPollerProcessor httpPollerProcessor)
Sets the http poller processor.
|
Modifier and Type | Field and Description |
---|---|
private HttpPollerProcessor |
ParallelTaskBean.httpPollerProcessor
The http poller processor.
|
Modifier and Type | Method and Description |
---|---|
HttpPollerProcessor |
ParallelTaskBean.getHttpPollerProcessor()
Gets the http poller processor.
|
Modifier and Type | Method and Description |
---|---|
void |
ParallelTaskBean.setHttpPollerProcessor(HttpPollerProcessor httpPollerProcessor)
Sets the http poller processor.
|