|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<YarnProtos.ContainerExitStatusProto>
org.apache.hadoop.yarn.proto.YarnProtos.ContainerExitStatusProto
public static enum YarnProtos.ContainerExitStatusProto
Protobuf enum hadoop.yarn.ContainerExitStatusProto
| Enum Constant Summary | |
|---|---|
ABORTED
ABORTED = -100; |
|
DISKS_FAILED
DISKS_FAILED = -101; |
|
INVALID
INVALID = -1000; |
|
SUCCESS
SUCCESS = 0; |
|
| Field Summary | |
|---|---|
static int |
ABORTED_VALUE
ABORTED = -100; |
static int |
DISKS_FAILED_VALUE
DISKS_FAILED = -101; |
static int |
INVALID_VALUE
INVALID = -1000; |
static int |
SUCCESS_VALUE
SUCCESS = 0; |
| 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<YarnProtos.ContainerExitStatusProto> |
internalGetValueMap()
|
static YarnProtos.ContainerExitStatusProto |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
|
static YarnProtos.ContainerExitStatusProto |
valueOf(int value)
|
static YarnProtos.ContainerExitStatusProto |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static YarnProtos.ContainerExitStatusProto[] |
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 YarnProtos.ContainerExitStatusProto SUCCESS
SUCCESS = 0;
public static final YarnProtos.ContainerExitStatusProto INVALID
INVALID = -1000;
public static final YarnProtos.ContainerExitStatusProto ABORTED
ABORTED = -100;
public static final YarnProtos.ContainerExitStatusProto DISKS_FAILED
DISKS_FAILED = -101;
| Field Detail |
|---|
public static final int SUCCESS_VALUE
SUCCESS = 0;
public static final int INVALID_VALUE
INVALID = -1000;
public static final int ABORTED_VALUE
ABORTED = -100;
public static final int DISKS_FAILED_VALUE
DISKS_FAILED = -101;
| Method Detail |
|---|
public static YarnProtos.ContainerExitStatusProto[] values()
for (YarnProtos.ContainerExitStatusProto c : YarnProtos.ContainerExitStatusProto.values()) System.out.println(c);
public static YarnProtos.ContainerExitStatusProto 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 YarnProtos.ContainerExitStatusProto valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<YarnProtos.ContainerExitStatusProto> 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 YarnProtos.ContainerExitStatusProto 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 | |||||||||