Package | Description |
---|---|
org.apache.hadoop.yarn.submarine.common.api |
Modifier and Type | Field and Description |
---|---|
protected JobState |
JobStatus.state |
Modifier and Type | Method and Description |
---|---|
JobState |
JobStatus.getState() |
static JobState |
JobState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobState[] |
JobState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
JobState.isFinal(JobState state) |
void |
JobStatus.setState(JobState state) |
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.