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.
 

Constructors in org.apache.hadoop.dfs with parameters of type DatanodeID
DatanodeDescriptor(DatanodeID nodeID)
          DatanodeDescriptor constructor
DatanodeDescriptor(DatanodeID nodeID, long capacity, 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 remaining, int xceiverCount)
          DatanodeDescriptor constructor
DatanodeID(DatanodeID from)
          DatanodeID copy constructor
 



Copyright © 2006 The Apache Software Foundation