Uses of Package
org.apache.hadoop.dfs

Packages that use org.apache.hadoop.dfs
org.apache.hadoop.dfs A distributed implementation of FileSystem
org.apache.hadoop.net Network-related classes. 
 

Classes in org.apache.hadoop.dfs used by org.apache.hadoop.dfs
DataNode
          DataNode is a class (and program) that stores a set of blocks for a DFS deployment.
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.
DatanodeID
          DatanodeID is composed of the data node name (hostname:portNumber) and the data storage ID, which it currently represents.
DatanodeInfo
          DatanodeInfo represents the status of a DataNode.
DatanodeInfo.AdminStates
           
FSConstants
          Some handy constants
FSConstants.NodeType
          Type of the node
FSConstants.SafeModeAction
           
FSConstants.StartupOption
           
NameNode
          NameNode serves as both directory namespace manager and "inode table" for the Hadoop DFS.
 

Classes in org.apache.hadoop.dfs used by org.apache.hadoop.net
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.
 



Copyright © 2006 The Apache Software Foundation