Uses of Class
org.apache.hadoop.dfs.DatanodeID

Packages that use DatanodeID
org.apache.hadoop.dfs A distributed implementation of FileSystem
 

Uses of DatanodeID in org.apache.hadoop.dfs
 

Subclasses of DatanodeID in org.apache.hadoop.dfs
 class DatanodeDescriptor
          DatanodeDescriptor tracks stats on a given DataNode, such as available storage capacity, last update time, etc., and maintains a set of blocks stored on the datanode.
 class DatanodeInfo
          DatanodeInfo represents the status of a DataNode.
 

Methods in org.apache.hadoop.dfs that return DatanodeID
 DatanodeID JspHelper.randomNode()
           
 

Methods in org.apache.hadoop.dfs with parameters of type DatanodeID
 void NameNode.commitBlockSynchronization(org.apache.hadoop.dfs.Block block, long newgenerationstamp, long newlength, boolean closeFile, boolean deleteblock, DatanodeID[] newtargets)
          Commit block synchronization in lease recovery
 int DatanodeID.compareTo(DatanodeID that)
          Comparable.
 

Constructors in org.apache.hadoop.dfs with parameters of type DatanodeID
DatanodeDescriptor(DatanodeID nodeID)
          DatanodeDescriptor constructor
DatanodeDescriptor(DatanodeID nodeID, long capacity, long dfsUsed, long remaining, int xceiverCount)
          DatanodeDescriptor constructor
DatanodeDescriptor(DatanodeID nodeID, String networkLocation)
          DatanodeDescriptor constructor
DatanodeDescriptor(DatanodeID nodeID, String networkLocation, String hostName)
          DatanodeDescriptor constructor
DatanodeDescriptor(DatanodeID nodeID, String networkLocation, String hostName, long capacity, long dfsUsed, long remaining, int xceiverCount)
          DatanodeDescriptor constructor
DatanodeID(DatanodeID from)
          DatanodeID copy constructor
 



Copyright © 2008 The Apache Software Foundation