public static enum YarnProtos.LogAggregationStatusProto extends Enum<YarnProtos.LogAggregationStatusProto> implements com.google.protobuf.ProtocolMessageEnum
hadoop.yarn.LogAggregationStatusProto| Enum Constant and Description |
|---|
LOG_DISABLED
LOG_DISABLED = 1; |
LOG_FAILED
LOG_FAILED = 5; |
LOG_NOT_START
LOG_NOT_START = 2; |
LOG_RUNNING
LOG_RUNNING = 3; |
LOG_RUNNING_WITH_FAILURE
LOG_RUNNING_WITH_FAILURE = 7; |
LOG_SUCCEEDED
LOG_SUCCEEDED = 4; |
LOG_TIME_OUT
LOG_TIME_OUT = 6; |
| Modifier and Type | Field and Description |
|---|---|
static int |
LOG_DISABLED_VALUE
LOG_DISABLED = 1; |
static int |
LOG_FAILED_VALUE
LOG_FAILED = 5; |
static int |
LOG_NOT_START_VALUE
LOG_NOT_START = 2; |
static int |
LOG_RUNNING_VALUE
LOG_RUNNING = 3; |
static int |
LOG_RUNNING_WITH_FAILURE_VALUE
LOG_RUNNING_WITH_FAILURE = 7; |
static int |
LOG_SUCCEEDED_VALUE
LOG_SUCCEEDED = 4; |
static int |
LOG_TIME_OUT_VALUE
LOG_TIME_OUT = 6; |
| Modifier and Type | Method and Description |
|---|---|
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.LogAggregationStatusProto> |
internalGetValueMap() |
static YarnProtos.LogAggregationStatusProto |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static YarnProtos.LogAggregationStatusProto |
valueOf(int value) |
static YarnProtos.LogAggregationStatusProto |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YarnProtos.LogAggregationStatusProto[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YarnProtos.LogAggregationStatusProto LOG_DISABLED
LOG_DISABLED = 1;public static final YarnProtos.LogAggregationStatusProto LOG_NOT_START
LOG_NOT_START = 2;public static final YarnProtos.LogAggregationStatusProto LOG_RUNNING
LOG_RUNNING = 3;public static final YarnProtos.LogAggregationStatusProto LOG_SUCCEEDED
LOG_SUCCEEDED = 4;public static final YarnProtos.LogAggregationStatusProto LOG_FAILED
LOG_FAILED = 5;public static final YarnProtos.LogAggregationStatusProto LOG_TIME_OUT
LOG_TIME_OUT = 6;public static final YarnProtos.LogAggregationStatusProto LOG_RUNNING_WITH_FAILURE
LOG_RUNNING_WITH_FAILURE = 7;public static final int LOG_DISABLED_VALUE
LOG_DISABLED = 1;public static final int LOG_NOT_START_VALUE
LOG_NOT_START = 2;public static final int LOG_RUNNING_VALUE
LOG_RUNNING = 3;public static final int LOG_SUCCEEDED_VALUE
LOG_SUCCEEDED = 4;public static final int LOG_FAILED_VALUE
LOG_FAILED = 5;public static final int LOG_TIME_OUT_VALUE
LOG_TIME_OUT = 6;public static final int LOG_RUNNING_WITH_FAILURE_VALUE
LOG_RUNNING_WITH_FAILURE = 7;public static YarnProtos.LogAggregationStatusProto[] values()
for (YarnProtos.LogAggregationStatusProto c : YarnProtos.LogAggregationStatusProto.values()) System.out.println(c);
public static YarnProtos.LogAggregationStatusProto valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static YarnProtos.LogAggregationStatusProto valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<YarnProtos.LogAggregationStatusProto> 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.LogAggregationStatusProto valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2016 Apache Software Foundation. All Rights Reserved.