Uses of Package
org.apache.hadoop.dfs

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

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.
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.
DFSShell
          This class provides some DFS administrative access.
FSConstants
          Some handy constants
FSConstants.SafeModeAction
           
NameNode
          NameNode serves as both directory namespace manager and "inode table" for the Hadoop DFS.
 



Copyright © 2006 The Apache Software Foundation