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.task |
Modifier and Type | Field and Description |
---|---|
private ParallelTaskState |
ParallelTask.state
The state.
|
Modifier and Type | Method and Description |
---|---|
ParallelTaskState |
ParallelTask.getState()
Gets the state.
|
Modifier and Type | Method and Description |
---|---|
void |
ParallelTask.setState(ParallelTaskState state)
Sets the state.
|
Modifier and Type | Method and Description |
---|---|
private void |
ExecutionManager.reply(ParallelTaskState state,
java.lang.Exception t)
reply will terminal the actor and return the results.
|
Modifier and Type | Method and Description |
---|---|
static ParallelTaskState |
ParallelTaskState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParallelTaskState[] |
ParallelTaskState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|