|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<DAGProtos.DAGStatusStateProto>
org.apache.tez.dag.api.records.DAGProtos.DAGStatusStateProto
public static enum DAGProtos.DAGStatusStateProto
Protobuf enum DAGStatusStateProto
| Enum Constant Summary | |
|---|---|
DAG_ERROR
DAG_ERROR = 6; |
|
DAG_FAILED
DAG_FAILED = 5; |
|
DAG_INITING
DAG_INITING = 1; |
|
DAG_KILLED
DAG_KILLED = 4; |
|
DAG_RUNNING
DAG_RUNNING = 2; |
|
DAG_SUBMITTED
DAG_SUBMITTED = 0; |
|
DAG_SUCCEEDED
DAG_SUCCEEDED = 3; |
|
DAG_TERMINATING
DAG_TERMINATING = 7; |
|
| Field Summary | |
|---|---|
static int |
DAG_ERROR_VALUE
DAG_ERROR = 6; |
static int |
DAG_FAILED_VALUE
DAG_FAILED = 5; |
static int |
DAG_INITING_VALUE
DAG_INITING = 1; |
static int |
DAG_KILLED_VALUE
DAG_KILLED = 4; |
static int |
DAG_RUNNING_VALUE
DAG_RUNNING = 2; |
static int |
DAG_SUBMITTED_VALUE
DAG_SUBMITTED = 0; |
static int |
DAG_SUCCEEDED_VALUE
DAG_SUCCEEDED = 3; |
static int |
DAG_TERMINATING_VALUE
DAG_TERMINATING = 7; |
| Method Summary | |
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor()
|
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType()
|
int |
getNumber()
|
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor()
|
static com.google.protobuf.Internal.EnumLiteMap<DAGProtos.DAGStatusStateProto> |
internalGetValueMap()
|
static DAGProtos.DAGStatusStateProto |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
|
static DAGProtos.DAGStatusStateProto |
valueOf(int value)
|
static DAGProtos.DAGStatusStateProto |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DAGProtos.DAGStatusStateProto[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final DAGProtos.DAGStatusStateProto DAG_SUBMITTED
DAG_SUBMITTED = 0;
public static final DAGProtos.DAGStatusStateProto DAG_INITING
DAG_INITING = 1;
public static final DAGProtos.DAGStatusStateProto DAG_RUNNING
DAG_RUNNING = 2;
public static final DAGProtos.DAGStatusStateProto DAG_SUCCEEDED
DAG_SUCCEEDED = 3;
public static final DAGProtos.DAGStatusStateProto DAG_KILLED
DAG_KILLED = 4;
public static final DAGProtos.DAGStatusStateProto DAG_FAILED
DAG_FAILED = 5;
public static final DAGProtos.DAGStatusStateProto DAG_ERROR
DAG_ERROR = 6;
public static final DAGProtos.DAGStatusStateProto DAG_TERMINATING
DAG_TERMINATING = 7;
| Field Detail |
|---|
public static final int DAG_SUBMITTED_VALUE
DAG_SUBMITTED = 0;
public static final int DAG_INITING_VALUE
DAG_INITING = 1;
public static final int DAG_RUNNING_VALUE
DAG_RUNNING = 2;
public static final int DAG_SUCCEEDED_VALUE
DAG_SUCCEEDED = 3;
public static final int DAG_KILLED_VALUE
DAG_KILLED = 4;
public static final int DAG_FAILED_VALUE
DAG_FAILED = 5;
public static final int DAG_ERROR_VALUE
DAG_ERROR = 6;
public static final int DAG_TERMINATING_VALUE
DAG_TERMINATING = 7;
| Method Detail |
|---|
public static DAGProtos.DAGStatusStateProto[] values()
for (DAGProtos.DAGStatusStateProto c : DAGProtos.DAGStatusStateProto.values()) System.out.println(c);
public static DAGProtos.DAGStatusStateProto valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static DAGProtos.DAGStatusStateProto valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<DAGProtos.DAGStatusStateProto> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static DAGProtos.DAGStatusStateProto valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||