Uses of Class
org.apache.hadoop.hdfs.protocol.DatanodeInfo.AdminStates

Packages that use DatanodeInfo.AdminStates
org.apache.hadoop.hdfs.protocol   
 

Uses of DatanodeInfo.AdminStates in org.apache.hadoop.hdfs.protocol
 

Fields in org.apache.hadoop.hdfs.protocol declared as DatanodeInfo.AdminStates
protected  DatanodeInfo.AdminStates DatanodeInfo.adminState
           
 

Methods in org.apache.hadoop.hdfs.protocol that return DatanodeInfo.AdminStates
static DatanodeInfo.AdminStates DatanodeInfo.AdminStates.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DatanodeInfo.AdminStates[] DatanodeInfo.AdminStates.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hdfs.protocol with parameters of type DatanodeInfo.AdminStates
protected  void DatanodeInfo.setAdminState(DatanodeInfo.AdminStates newState)
          Sets the admin state of this node.
 



Copyright © 2009 The Apache Software Foundation