Package | Description |
---|---|
io.parallec.core |
Main package, including most user-facing classes such as the ParallelClient,
ParallelTask etc.
|
io.parallec.core.commander.workflow |
Work flow and variable replacement utilities.
|
io.parallec.core.task |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,NodeReqResponse> |
ParallelTask.parallelTaskResult
The parallel task result:
a hashmap to store the request parameters, host name, ResponseOnSingleTask.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,NodeReqResponse> |
ParallelTask.getParallelTaskResult()
Gets the parallel task result.
|
Modifier and Type | Method and Description |
---|---|
void |
ParallelTask.setParallelTaskResult(java.util.Map<java.lang.String,NodeReqResponse> parallelTaskResult)
Sets the parallel task result.
|
Modifier and Type | Method and Description |
---|---|
void |
InternalDataProvider.filterUnsafeOrUnnecessaryRequest(java.util.Map<java.lang.String,NodeReqResponse> nodeDataMapValidSource,
java.util.Map<java.lang.String,NodeReqResponse> nodeDataMapValidSafe)
Filter unsafe or unnecessary request.
|
void |
InternalDataProvider.filterUnsafeOrUnnecessaryRequest(java.util.Map<java.lang.String,NodeReqResponse> nodeDataMapValidSource,
java.util.Map<java.lang.String,NodeReqResponse> nodeDataMapValidSafe)
Filter unsafe or unnecessary request.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,NodeReqResponse> |
ParallelTaskBean.parallelTaskResult
The parallel task result.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,NodeReqResponse> |
ParallelTaskBean.getParallelTaskResult()
Gets the parallel task result.
|
Modifier and Type | Method and Description |
---|---|
void |
ParallelTaskBean.setParallelTaskResult(java.util.Map<java.lang.String,NodeReqResponse> parallelTaskResult)
Sets the parallel task result.
|