Uses of Class
org.apache.ignite.internal.processors.localtask.DurableBackgroundTaskState.State
-
Packages that use DurableBackgroundTaskState.State Package Description org.apache.ignite.internal.processors.localtask -
-
Uses of DurableBackgroundTaskState.State in org.apache.ignite.internal.processors.localtask
Methods in org.apache.ignite.internal.processors.localtask that return DurableBackgroundTaskState.State Modifier and Type Method Description DurableBackgroundTaskState.StateDurableBackgroundTaskState. state()Getting current state of the task.static DurableBackgroundTaskState.StateDurableBackgroundTaskState.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.Methods in org.apache.ignite.internal.processors.localtask with parameters of type DurableBackgroundTaskState.State Modifier and Type Method Description voidDurableBackgroundTaskState. state(DurableBackgroundTaskState.State s)Set the current state of the task.booleanDurableBackgroundTaskState. state(DurableBackgroundTaskState.State exp, DurableBackgroundTaskState.State newState)Atomically sets of the current task state.
-