Uses of Package
org.apache.hadoop.util

Packages that use org.apache.hadoop.util
org.apache.hadoop.contrib.index.mapred   
org.apache.hadoop.dfs A distributed implementation of FileSystem
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.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.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.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.lib Library of generally useful mappers, reducers, and partitioners. 
org.apache.hadoop.util Common utilities. 
 

Classes in org.apache.hadoop.util used by org.apache.hadoop.contrib.index.mapred
Progressable
          A facility for reporting progress.
 

Classes in org.apache.hadoop.util used by org.apache.hadoop.dfs
DiskChecker.DiskErrorException
           
Progressable
          A facility for reporting progress.
Tool
          A tool interface that supports handling of generic command-line options.
 

Classes in org.apache.hadoop.util used by org.apache.hadoop.examples
Tool
          A tool interface that supports handling of generic command-line options.
 

Classes in org.apache.hadoop.util used by org.apache.hadoop.examples.dancing
Tool
          A tool interface that supports handling of generic command-line options.
 

Classes in org.apache.hadoop.util used by org.apache.hadoop.fs
Progressable
          A facility for reporting progress.
Shell
          A base class for running a Unix command.
Tool
          A tool interface that supports handling of generic command-line options.
 

Classes in org.apache.hadoop.util used by org.apache.hadoop.fs.ftp
Progressable
          A facility for reporting progress.
 

Classes in org.apache.hadoop.util used by org.apache.hadoop.fs.kfs
Progressable
          A facility for reporting progress.
 

Classes in org.apache.hadoop.util used by org.apache.hadoop.fs.s3
Progressable
          A facility for reporting progress.
Tool
          A tool interface that supports handling of generic command-line options.
 

Classes in org.apache.hadoop.util used by org.apache.hadoop.fs.s3native
Progressable
          A facility for reporting progress.
 

Classes in org.apache.hadoop.util used by org.apache.hadoop.io
Progress
          Utility to assist with generation of progress reports.
Progressable
          A facility for reporting progress.
 

Classes in org.apache.hadoop.util used by org.apache.hadoop.mapred
Progressable
          A facility for reporting progress.
Tool
          A tool interface that supports handling of generic command-line options.
 

Classes in org.apache.hadoop.util used by org.apache.hadoop.mapred.lib
Progressable
          A facility for reporting progress.
 

Classes in org.apache.hadoop.util used by org.apache.hadoop.util
DiskChecker.DiskErrorException
           
IndexedSortable
          Interface for collections capable of being sorted by IndexedSorter algorithms.
IndexedSorter
          Interface for sort algorithms accepting IndexedSortable items.
Progress
          Utility to assist with generation of progress reports.
Progressable
          A facility for reporting progress.
Shell
          A base class for running a Unix command.
Tool
          A tool interface that supports handling of generic command-line options.
 



Copyright © 2008 The Apache Software Foundation