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,
java.util.Map<java.lang.String,java.lang.Object> responseContext)
When timeout / error occurred or response received for the target host,
will trigger execution of onCompleted().
|
Modifier and Type | Field and Description |
---|---|
private ResponseOnSingleTask |
OperationWorker.response
The response.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,ResponseOnSingleTask> |
ExecutionManager.responseMap
The response map.
|
Modifier and Type | Field and Description |
---|---|
private ResponseOnSingleTask |
NodeReqResponse.singleTaskResponse
The single task response.
|
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.
|