| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.localtask |
| Modifier and Type | Method and Description |
|---|---|
DurableBackgroundTaskState.State |
DurableBackgroundTaskState.state()
Getting current state of the task.
|
static DurableBackgroundTaskState.State |
DurableBackgroundTaskState.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DurableBackgroundTaskState.State[] |
DurableBackgroundTaskState.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DurableBackgroundTaskState.state(DurableBackgroundTaskState.State s)
Set the current state of the task.
|
boolean |
DurableBackgroundTaskState.state(DurableBackgroundTaskState.State exp,
DurableBackgroundTaskState.State newState)
Atomically sets of the current task state.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021