Package | Description |
---|---|
io.parallec.core |
Main package, including most user-facing classes such as the ParallelClient,
ParallelTask etc.
|
io.parallec.core.task |
Modifier and Type | Field and Description |
---|---|
private java.util.List<TaskErrorMeta> |
ParallelTask.taskErrorMetas
The task error metas.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TaskErrorMeta> |
ParallelTask.getTaskErrorMetas()
Gets the task error metas.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<TaskErrorMeta> |
ParallelTaskBean.taskErrorMetas
The task error metas.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TaskErrorMeta> |
ParallelTaskBean.getTaskErrorMetas()
Gets the task error metas.
|