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. 
org.apache.hadoop.mapred A system for scalable, fault-tolerant, distributed computation over large data collections. 
org.apache.hadoop.tools   
org.apache.hadoop.util Common utilities. 
 

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 DFSck
          This class provides rudimentary checking of DFS volumes for errors and sub-optimal conditions.
 class DFSShell
          This class provides some DFS administrative access.
 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.
 

Uses of Configurable in org.apache.hadoop.mapred
 

Subinterfaces of Configurable in org.apache.hadoop.mapred
static interface SequenceFileInputFilter.Filter
          filter interface
 

Classes in org.apache.hadoop.mapred that implement Configurable
 class JobClient
          JobClient interacts with the JobTracker network interface.
static class SequenceFileInputFilter.FilterBase
          base calss for Filters
static class SequenceFileInputFilter.MD5Filter
          This class returns a set of records by examing the MD5 digest of its key against a filtering frequency f.
static class SequenceFileInputFilter.PercentFilter
          This class returns a percentage of records The percentage is determined by a filtering frequency f using the criteria record# % f == 0.
static class SequenceFileInputFilter.RegexFilter
          Records filter by matching key to regex
 

Uses of Configurable in org.apache.hadoop.tools
 

Classes in org.apache.hadoop.tools that implement Configurable
static class Logalyzer.LogComparator
          A WritableComparator optimized for UTF8 keys of the logs.
 

Uses of Configurable in org.apache.hadoop.util
 

Subinterfaces of Configurable in org.apache.hadoop.util
 interface Tool
          A tool interface that support generic options handling
 

Classes in org.apache.hadoop.util that implement Configurable
 class CopyFiles
          A Map-reduce program to recursively copy directories between diffferent file-systems.
 class ToolBase
          This is a base class to support generic commonad options.
 



Copyright © 2006 The Apache Software Foundation