Package | Description |
---|---|
io.parallec.core |
Main package, including most user-facing classes such as the ParallelClient,
ParallelTask etc.
|
io.parallec.core.bean |
Beans.
|
Modifier and Type | Field and Description |
---|---|
TaskRunMode |
ParallelTaskBuilder.mode
The mode.
|
Modifier and Type | Method and Description |
---|---|
TaskRunMode |
ParallelTaskBuilder.getMode()
Gets the mode of either sync or async.
|
Modifier and Type | Method and Description |
---|---|
void |
ParallelTaskBuilder.setMode(TaskRunMode mode)
Sets the mode.
|
Modifier and Type | Method and Description |
---|---|
static TaskRunMode |
TaskRunMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TaskRunMode[] |
TaskRunMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|