| 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.actor.message |
Actor messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParallecResponseHandler.onCompleted(ResponseOnSingleTask res,
Map<String,Object> responseContext)
When timeout / error occurred or response received for the target host,
will trigger execution of onCompleted().
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ResponseOnSingleTask> |
ExecutionManager.responseMap
The response map.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseOnSingleTask |
NodeReqResponse.getSingleTaskResponse()
Gets the single task response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeReqResponse.setSingleTaskResponse(ResponseOnSingleTask singleTaskResponse)
Sets the single task response.
|
Copyright © 2015–2017 eBay. All rights reserved.