|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<MRProtos.TaskAttemptCompletionEventStatusProto>
org.apache.hadoop.mapreduce.v2.proto.MRProtos.TaskAttemptCompletionEventStatusProto
public static enum MRProtos.TaskAttemptCompletionEventStatusProto
Protobuf enum hadoop.mapreduce.TaskAttemptCompletionEventStatusProto
| Enum Constant Summary | |
|---|---|
TACE_FAILED
TACE_FAILED = 1; |
|
TACE_KILLED
TACE_KILLED = 2; |
|
TACE_OBSOLETE
TACE_OBSOLETE = 4; |
|
TACE_SUCCEEDED
TACE_SUCCEEDED = 3; |
|
TACE_TIPFAILED
TACE_TIPFAILED = 5; |
|
| Field Summary | |
|---|---|
static int |
TACE_FAILED_VALUE
TACE_FAILED = 1; |
static int |
TACE_KILLED_VALUE
TACE_KILLED = 2; |
static int |
TACE_OBSOLETE_VALUE
TACE_OBSOLETE = 4; |
static int |
TACE_SUCCEEDED_VALUE
TACE_SUCCEEDED = 3; |
static int |
TACE_TIPFAILED_VALUE
TACE_TIPFAILED = 5; |
| 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<MRProtos.TaskAttemptCompletionEventStatusProto> |
internalGetValueMap()
|
static MRProtos.TaskAttemptCompletionEventStatusProto |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
|
static MRProtos.TaskAttemptCompletionEventStatusProto |
valueOf(int value)
|
static MRProtos.TaskAttemptCompletionEventStatusProto |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MRProtos.TaskAttemptCompletionEventStatusProto[] |
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 MRProtos.TaskAttemptCompletionEventStatusProto TACE_FAILED
TACE_FAILED = 1;
public static final MRProtos.TaskAttemptCompletionEventStatusProto TACE_KILLED
TACE_KILLED = 2;
public static final MRProtos.TaskAttemptCompletionEventStatusProto TACE_SUCCEEDED
TACE_SUCCEEDED = 3;
public static final MRProtos.TaskAttemptCompletionEventStatusProto TACE_OBSOLETE
TACE_OBSOLETE = 4;
public static final MRProtos.TaskAttemptCompletionEventStatusProto TACE_TIPFAILED
TACE_TIPFAILED = 5;
| Field Detail |
|---|
public static final int TACE_FAILED_VALUE
TACE_FAILED = 1;
public static final int TACE_KILLED_VALUE
TACE_KILLED = 2;
public static final int TACE_SUCCEEDED_VALUE
TACE_SUCCEEDED = 3;
public static final int TACE_OBSOLETE_VALUE
TACE_OBSOLETE = 4;
public static final int TACE_TIPFAILED_VALUE
TACE_TIPFAILED = 5;
| Method Detail |
|---|
public static MRProtos.TaskAttemptCompletionEventStatusProto[] values()
for (MRProtos.TaskAttemptCompletionEventStatusProto c : MRProtos.TaskAttemptCompletionEventStatusProto.values()) System.out.println(c);
public static MRProtos.TaskAttemptCompletionEventStatusProto 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 MRProtos.TaskAttemptCompletionEventStatusProto valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<MRProtos.TaskAttemptCompletionEventStatusProto> 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 MRProtos.TaskAttemptCompletionEventStatusProto 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 | |||||||||