Uses of Interface
org.apache.hadoop.conf.Configurable

Packages that use Configurable
org.apache.hadoop.conf Configuration of system parameters. 
org.apache.hadoop.dfs A distributed implementation of FileSystem
org.apache.hadoop.fs An abstract file system API. 
org.apache.hadoop.io Generic i/o code for use when reading and writing data to the network, to databases, and to files. 
 

Uses of Configurable in org.apache.hadoop.conf
 

Classes in org.apache.hadoop.conf that implement Configurable
 class Configured
          Base class for things that may be configured with a Configuration.
 

Uses of Configurable in org.apache.hadoop.dfs
 

Classes in org.apache.hadoop.dfs that implement Configurable
 class DistributedFileSystem
          Implementation of the abstract FileSystem for the DFS system.
 

Uses of Configurable in org.apache.hadoop.fs
 

Classes in org.apache.hadoop.fs that implement Configurable
 class FileSystem
          An abstract base class for a fairly generic filesystem.
 class LocalFileSystem
          Implement the FileSystem API for the native filesystem.
 

Uses of Configurable in org.apache.hadoop.io
 

Classes in org.apache.hadoop.io that implement Configurable
 class ObjectWritable
          A polymorphic Writable that writes an instance with it's class name.
 



Copyright © 2006 The Apache Software Foundation