Uses of Class
org.apache.hadoop.conf.Configured

Packages that use Configured
org.apache.hadoop.dfs A distributed implementation of FileSystem
org.apache.hadoop.fs An abstract file system API. 
org.apache.hadoop.fs.s3 A distributed implementation of FileSystem that uses Amazon S3
org.apache.hadoop.mapred A system for scalable, fault-tolerant, distributed computation over large data collections. 
 

Uses of Configured in org.apache.hadoop.dfs
 

Subclasses of Configured in org.apache.hadoop.dfs
 class DistributedFileSystem
          Implementation of the abstract FileSystem for the DFS system.
 

Uses of Configured in org.apache.hadoop.fs
 

Subclasses of Configured in org.apache.hadoop.fs
 class FileSystem
          An abstract base class for a fairly generic filesystem.
 class InMemoryFileSystem
          An implementation of the in-memory filesystem.
 class LocalFileSystem
          Implement the FileSystem API for the native filesystem.
 

Uses of Configured in org.apache.hadoop.fs.s3
 

Subclasses of Configured in org.apache.hadoop.fs.s3
 class S3FileSystem
           A FileSystem backed by Amazon S3.
 

Uses of Configured in org.apache.hadoop.mapred
 

Subclasses of Configured in org.apache.hadoop.mapred
 class PhasedFileSystem
          This class acts as a proxy to the actual file system being used.
 



Copyright © 2006 The Apache Software Foundation