Package | Description |
---|---|
edu.snu.coral.runtime.common.state | |
edu.snu.coral.runtime.executor |
Modifier and Type | Method and Description |
---|---|
static TaskState.State |
TaskState.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskState.State[] |
TaskState.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 |
TaskGroupStateManager.onTaskStateChanged(String physicalTaskId,
TaskState.State newState,
Optional<TaskGroupState.RecoverableFailureCause> cause)
Updates the state of a task.
|
Copyright © 2018. All rights reserved.