| 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 | 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 |
|---|---|
static ParallelTaskState |
ParallelTaskState.valueOf(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.
|
Copyright © 2015–2017 eBay. All rights reserved.