org.apache.hadoop.hdfs.protocol
Enum DatanodeInfo.AdminStates
java.lang.Object
java.lang.Enum<DatanodeInfo.AdminStates>
org.apache.hadoop.hdfs.protocol.DatanodeInfo.AdminStates
- All Implemented Interfaces:
- Serializable, Comparable<DatanodeInfo.AdminStates>
- Enclosing class:
- org.apache.hadoop.hdfs.protocol.DatanodeInfo
public static enum DatanodeInfo.AdminStates
- extends Enum<DatanodeInfo.AdminStates>
NORMAL
public static final DatanodeInfo.AdminStates NORMAL
DECOMMISSION_INPROGRESS
public static final DatanodeInfo.AdminStates DECOMMISSION_INPROGRESS
DECOMMISSIONED
public static final DatanodeInfo.AdminStates DECOMMISSIONED
values
public static DatanodeInfo.AdminStates[] 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 (DatanodeInfo.AdminStates c : DatanodeInfo.AdminStates.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static DatanodeInfo.AdminStates 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
toString
public String toString()
- Overrides:
toString
in class Enum<DatanodeInfo.AdminStates>
fromValue
public static DatanodeInfo.AdminStates fromValue(String value)
Copyright © 2013 Apache Software Foundation. All Rights Reserved.