Uses of Class
org.apache.hadoop.hdfs.server.common.HdfsConstants.NodeType

Packages that use HdfsConstants.NodeType
org.apache.hadoop.hdfs.server.common   
org.apache.hadoop.hdfs.server.datanode   
org.apache.hadoop.hdfs.server.namenode   
 

Uses of HdfsConstants.NodeType in org.apache.hadoop.hdfs.server.common
 

Methods in org.apache.hadoop.hdfs.server.common that return HdfsConstants.NodeType
abstract  HdfsConstants.NodeType UpgradeManager.getType()
           
 HdfsConstants.NodeType Upgradeable.getType()
          Get the type of the software component, which this object is upgrading.
static HdfsConstants.NodeType HdfsConstants.NodeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HdfsConstants.NodeType[] HdfsConstants.NodeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hdfs.server.common with parameters of type HdfsConstants.NodeType
static SortedSet<Upgradeable> UpgradeObjectCollection.getDistributedUpgrades(int versionFrom, HdfsConstants.NodeType type)
           
 

Constructors in org.apache.hadoop.hdfs.server.common with parameters of type HdfsConstants.NodeType
Storage(HdfsConstants.NodeType type)
          Create empty storage info of the specified type
Storage(HdfsConstants.NodeType type, int nsID, long cT)
           
Storage(HdfsConstants.NodeType type, StorageInfo storageInfo)
           
 

Uses of HdfsConstants.NodeType in org.apache.hadoop.hdfs.server.datanode
 

Methods in org.apache.hadoop.hdfs.server.datanode that return HdfsConstants.NodeType
 HdfsConstants.NodeType UpgradeObjectDatanode.getType()
           
 

Uses of HdfsConstants.NodeType in org.apache.hadoop.hdfs.server.namenode
 

Methods in org.apache.hadoop.hdfs.server.namenode that return HdfsConstants.NodeType
 HdfsConstants.NodeType UpgradeObjectNamenode.getType()
           
 



Copyright © 2009 The Apache Software Foundation