| 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 | Method and Description |
|---|---|
Map<String,NodeReqResponse> |
ParallelTask.getParallelTaskResult()
Gets the parallel task result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParallelTask.setParallelTaskResult(Map<String,NodeReqResponse> parallelTaskResult)
Sets the parallel task result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InternalDataProvider.filterUnsafeOrUnnecessaryRequest(Map<String,NodeReqResponse> nodeDataMapValidSource,
Map<String,NodeReqResponse> nodeDataMapValidSafe)
Filter unsafe or unnecessary request.
|
void |
InternalDataProvider.filterUnsafeOrUnnecessaryRequest(Map<String,NodeReqResponse> nodeDataMapValidSource,
Map<String,NodeReqResponse> nodeDataMapValidSafe)
Filter unsafe or unnecessary request.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,NodeReqResponse> |
ParallelTaskBean.getParallelTaskResult()
Gets the parallel task result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParallelTaskBean.setParallelTaskResult(Map<String,NodeReqResponse> parallelTaskResult)
Sets the parallel task result.
|
Copyright © 2015–2017 eBay. All rights reserved.