Uses of Package
org.apache.hadoop.conf

Packages that use org.apache.hadoop.conf
org.apache.hadoop.conf Configuration of system parameters. 
org.apache.hadoop.contrib.index.example   
org.apache.hadoop.contrib.index.lucene   
org.apache.hadoop.contrib.index.mapred   
org.apache.hadoop.dfs A distributed implementation of FileSystem
org.apache.hadoop.dfs.datanode.metrics   
org.apache.hadoop.examples Hadoop example code. 
org.apache.hadoop.examples.dancing This package is a distributed implementation of Knuth's dancing links algorithm that can run under Hadoop. 
org.apache.hadoop.filecache   
org.apache.hadoop.fs An abstract file system API. 
org.apache.hadoop.fs.ftp   
org.apache.hadoop.fs.kfs A client for the Kosmos filesystem (KFS) 
org.apache.hadoop.fs.permission   
org.apache.hadoop.fs.s3 A distributed, block-based implementation of FileSystem that uses Amazon S3 as a backing store. 
org.apache.hadoop.fs.s3native A distributed implementation of FileSystem for reading and writing files on Amazon S3
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.io.compress   
org.apache.hadoop.io.compress.zlib   
org.apache.hadoop.io.serializer This package provides a mechanism for using different serialization frameworks in Hadoop. 
org.apache.hadoop.ipc Tools to help define network clients and servers. 
org.apache.hadoop.mapred A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner. 
org.apache.hadoop.mapred.join Given a set of sorted datasets keyed with the same class and yielding equal partitions, it is possible to effect a join of those datasets prior to the map. 
org.apache.hadoop.net Network-related classes. 
org.apache.hadoop.security   
org.apache.hadoop.streaming Hadoop Streaming is a utility which allows users to create and run Map-Reduce jobs with any executables (e.g. 
org.apache.hadoop.util Common utilities. 
 

Classes in org.apache.hadoop.conf used by org.apache.hadoop.conf
Configurable
          Something that may be configured with a Configuration.
Configuration
          Provides access to configuration parameters.
Configuration.IntegerRanges
          A class that represents a set of positive integer ranges.
 

Classes in org.apache.hadoop.conf used by org.apache.hadoop.contrib.index.example
Configuration
          Provides access to configuration parameters.
 

Classes in org.apache.hadoop.conf used by org.apache.hadoop.contrib.index.lucene
Configuration
          Provides access to configuration parameters.
 

Classes in org.apache.hadoop.conf used by org.apache.hadoop.contrib.index.mapred
Configuration
          Provides access to configuration parameters.
 

Classes in org.apache.hadoop.conf used by org.apache.hadoop.dfs
Configurable
          Something that may be configured with a Configuration.
Configuration
          Provides access to configuration parameters.
Configured
          Base class for things that may be configured with a Configuration.
 

Classes in org.apache.hadoop.conf used by org.apache.hadoop.dfs.datanode.metrics
Configuration
          Provides access to configuration parameters.
 

Classes in org.apache.hadoop.conf used by org.apache.hadoop.examples
Configurable
          Something that may be configured with a Configuration.
Configuration
          Provides access to configuration parameters.
Configured
          Base class for things that may be configured with a Configuration.
 

Classes in org.apache.hadoop.conf used by org.apache.hadoop.examples.dancing
Configurable
          Something that may be configured with a Configuration.
Configured
          Base class for things that may be configured with a Configuration.
 

Classes in org.apache.hadoop.conf used by org.apache.hadoop.filecache
Configuration
          Provides access to configuration parameters.
 

Classes in org.apache.hadoop.conf used by org.apache.hadoop.fs
Configurable
          Something that may be configured with a Configuration.
Configuration
          Provides access to configuration parameters.
Configured
          Base class for things that may be configured with a Configuration.
 

Classes in org.apache.hadoop.conf used by org.apache.hadoop.fs.ftp
Configurable
          Something that may be configured with a Configuration.
Configuration
          Provides access to configuration parameters.
Configured
          Base class for things that may be configured with a Configuration.
 

Classes in org.apache.hadoop.conf used by org.apache.hadoop.fs.kfs
Configurable
          Something that may be configured with a Configuration.
Configuration
          Provides access to configuration parameters.
Configured
          Base class for things that may be configured with a Configuration.
 

Classes in org.apache.hadoop.conf used by org.apache.hadoop.fs.permission
Configuration
          Provides access to configuration parameters.
 

Classes in org.apache.hadoop.conf used by org.apache.hadoop.fs.s3
Configurable
          Something that may be configured with a Configuration.
Configuration
          Provides access to configuration parameters.
Configured
          Base class for things that may be configured with a Configuration.
 

Classes in org.apache.hadoop.conf used by org.apache.hadoop.fs.s3native
Configurable
          Something that may be configured with a Configuration.
Configuration
          Provides access to configuration parameters.
Configured
          Base class for things that may be configured with a Configuration.
 

Classes in org.apache.hadoop.conf used by org.apache.hadoop.io
Configurable
          Something that may be configured with a Configuration.
Configuration
          Provides access to configuration parameters.
 

Classes in org.apache.hadoop.conf used by org.apache.hadoop.io.compress
Configurable
          Something that may be configured with a Configuration.
Configuration
          Provides access to configuration parameters.
 

Classes in org.apache.hadoop.conf used by org.apache.hadoop.io.compress.zlib
Configuration
          Provides access to configuration parameters.
 

Classes in org.apache.hadoop.conf used by org.apache.hadoop.io.serializer
Configurable
          Something that may be configured with a Configuration.
Configuration
          Provides access to configuration parameters.
Configured
          Base class for things that may be configured with a Configuration.
 

Classes in org.apache.hadoop.conf used by org.apache.hadoop.ipc
Configuration
          Provides access to configuration parameters.
 

Classes in org.apache.hadoop.conf used by org.apache.hadoop.mapred
Configurable
          Something that may be configured with a Configuration.
Configuration
          Provides access to configuration parameters.
Configuration.IntegerRanges
          A class that represents a set of positive integer ranges.
Configured
          Base class for things that may be configured with a Configuration.
 

Classes in org.apache.hadoop.conf used by org.apache.hadoop.mapred.join
Configurable
          Something that may be configured with a Configuration.
Configuration
          Provides access to configuration parameters.
 

Classes in org.apache.hadoop.conf used by org.apache.hadoop.net
Configurable
          Something that may be configured with a Configuration.
Configuration
          Provides access to configuration parameters.
 

Classes in org.apache.hadoop.conf used by org.apache.hadoop.security
Configuration
          Provides access to configuration parameters.
 

Classes in org.apache.hadoop.conf used by org.apache.hadoop.streaming
Configuration
          Provides access to configuration parameters.
 

Classes in org.apache.hadoop.conf used by org.apache.hadoop.util
Configurable
          Something that may be configured with a Configuration.
Configuration
          Provides access to configuration parameters.
 



Copyright © 2008 The Apache Software Foundation