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.
|
Modifier and Type | Field and Description |
---|---|
private TaskRequest |
ResponseOnSingleTask.request
The request.
|
Modifier and Type | Method and Description |
---|---|
TaskRequest |
ResponseOnSingleTask.getRequest()
Gets the request.
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseOnSingleTask.setRequest(TaskRequest request)
Sets the request.
|
Modifier and Type | Field and Description |
---|---|
private TaskRequest |
OperationWorker.request
The request.
|
Constructor and Description |
---|
OperationWorker(TaskRequest request,
com.ning.http.client.AsyncHttpClient client,
HttpPollerProcessor httpPollerProcessor)
Instantiates a new operation worker.
|