org.apache.hadoop.yarn.proto
Enum YarnProtos.NodeStateProto

java.lang.Object
  extended by java.lang.Enum<YarnProtos.NodeStateProto>
      extended by org.apache.hadoop.yarn.proto.YarnProtos.NodeStateProto
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<YarnProtos.NodeStateProto>
Enclosing class:
YarnProtos

public static enum YarnProtos.NodeStateProto
extends Enum<YarnProtos.NodeStateProto>
implements com.google.protobuf.ProtocolMessageEnum

Protobuf enum hadoop.yarn.NodeStateProto


Enum Constant Summary
NS_DECOMMISSIONED
          NS_DECOMMISSIONED = 4;
NS_LOST
          NS_LOST = 5;
NS_NEW
          NS_NEW = 1;
NS_REBOOTED
          NS_REBOOTED = 6;
NS_RUNNING
          NS_RUNNING = 2;
NS_UNHEALTHY
          NS_UNHEALTHY = 3;
 
Field Summary
static int NS_DECOMMISSIONED_VALUE
          NS_DECOMMISSIONED = 4;
static int NS_LOST_VALUE
          NS_LOST = 5;
static int NS_NEW_VALUE
          NS_NEW = 1;
static int NS_REBOOTED_VALUE
          NS_REBOOTED = 6;
static int NS_RUNNING_VALUE
          NS_RUNNING = 2;
static int NS_UNHEALTHY_VALUE
          NS_UNHEALTHY = 3;
 
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.NodeStateProto> internalGetValueMap()
           
static YarnProtos.NodeStateProto valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static YarnProtos.NodeStateProto valueOf(int value)
           
static YarnProtos.NodeStateProto valueOf(String name)
          Returns the enum constant of this type with the specified name.
static YarnProtos.NodeStateProto[] 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

NS_NEW

public static final YarnProtos.NodeStateProto NS_NEW
NS_NEW = 1;


NS_RUNNING

public static final YarnProtos.NodeStateProto NS_RUNNING
NS_RUNNING = 2;


NS_UNHEALTHY

public static final YarnProtos.NodeStateProto NS_UNHEALTHY
NS_UNHEALTHY = 3;


NS_DECOMMISSIONED

public static final YarnProtos.NodeStateProto NS_DECOMMISSIONED
NS_DECOMMISSIONED = 4;


NS_LOST

public static final YarnProtos.NodeStateProto NS_LOST
NS_LOST = 5;


NS_REBOOTED

public static final YarnProtos.NodeStateProto NS_REBOOTED
NS_REBOOTED = 6;

Field Detail

NS_NEW_VALUE

public static final int NS_NEW_VALUE
NS_NEW = 1;

See Also:
Constant Field Values

NS_RUNNING_VALUE

public static final int NS_RUNNING_VALUE
NS_RUNNING = 2;

See Also:
Constant Field Values

NS_UNHEALTHY_VALUE

public static final int NS_UNHEALTHY_VALUE
NS_UNHEALTHY = 3;

See Also:
Constant Field Values

NS_DECOMMISSIONED_VALUE

public static final int NS_DECOMMISSIONED_VALUE
NS_DECOMMISSIONED = 4;

See Also:
Constant Field Values

NS_LOST_VALUE

public static final int NS_LOST_VALUE
NS_LOST = 5;

See Also:
Constant Field Values

NS_REBOOTED_VALUE

public static final int NS_REBOOTED_VALUE
NS_REBOOTED = 6;

See Also:
Constant Field Values
Method Detail

values

public static YarnProtos.NodeStateProto[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (YarnProtos.NodeStateProto c : YarnProtos.NodeStateProto.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static YarnProtos.NodeStateProto valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getNumber

public final int getNumber()
Specified by:
getNumber in interface com.google.protobuf.Internal.EnumLite
Specified by:
getNumber in interface com.google.protobuf.ProtocolMessageEnum

valueOf

public static YarnProtos.NodeStateProto valueOf(int value)

internalGetValueMap

public static com.google.protobuf.Internal.EnumLiteMap<YarnProtos.NodeStateProto> internalGetValueMap()

getValueDescriptor

public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
Specified by:
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum

getDescriptorForType

public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum

getDescriptor

public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()

valueOf

public static YarnProtos.NodeStateProto valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.