Uses of Package
org.apache.hadoop.fs

Packages that use org.apache.hadoop.fs
org.apache.hadoop.conf Configuration of system parameters. 
org.apache.hadoop.dfs A distributed implementation of FileSystem
org.apache.hadoop.filecache   
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.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.mapred A system for scalable, fault-tolerant, distributed computation over large data collections. 
org.apache.hadoop.mapred.lib Library of generally useful mappers, reducers, and partitioners. 
org.apache.hadoop.streaming   
org.apache.hadoop.util Common utilities. 
 

Classes in org.apache.hadoop.fs used by org.apache.hadoop.conf
Path
          Names a file or directory in a FileSystem.
 

Classes in org.apache.hadoop.fs used by org.apache.hadoop.dfs
ChecksumFileSystem
          Abstract Checksumed FileSystem.
FileSystem
          An abstract base class for a fairly generic filesystem.
FilterFileSystem
          A FilterFileSystem contains some other file system, which it uses as its basic file system, possibly transforming the data along the way or providing additional functionality.
FSDataInputStream
          Utility that wraps a FSInputStream in a DataInputStream and buffers input through a BufferedInputStream.
FsShell
          Provide command line access to a FileSystem.
Path
          Names a file or directory in a FileSystem.
 

Classes in org.apache.hadoop.fs used by org.apache.hadoop.filecache
Path
          Names a file or directory in a FileSystem.
 

Classes in org.apache.hadoop.fs used by org.apache.hadoop.fs
ChecksumFileSystem
          Abstract Checksumed FileSystem.
FileSystem
          An abstract base class for a fairly generic filesystem.
FilterFileSystem
          A FilterFileSystem contains some other file system, which it uses as its basic file system, possibly transforming the data along the way or providing additional functionality.
FSDataInputStream
          Utility that wraps a FSInputStream in a DataInputStream and buffers input through a BufferedInputStream.
FSDataOutputStream
          Utility that wraps a OutputStream in a DataOutputStream, buffers output through a BufferedOutputStream and creates a checksum file.
FSInputStream
          FSInputStream is a generic old InputStream with a little bit of RAF-style seek ability.
LocalFileSystem
          Implement the FileSystem API for the checksumed local filesystem.
Path
          Names a file or directory in a FileSystem.
PathFilter
           
PositionedReadable
          Stream that permits positional reading.
Seekable
          Stream that permits seeking.
 

Classes in org.apache.hadoop.fs used by org.apache.hadoop.fs.s3
FileSystem
          An abstract base class for a fairly generic filesystem.
FSDataInputStream
          Utility that wraps a FSInputStream in a DataInputStream and buffers input through a BufferedInputStream.
FSDataOutputStream
          Utility that wraps a OutputStream in a DataOutputStream, buffers output through a BufferedOutputStream and creates a checksum file.
Path
          Names a file or directory in a FileSystem.
 

Classes in org.apache.hadoop.fs used by org.apache.hadoop.io
FileSystem
          An abstract base class for a fairly generic filesystem.
FSDataOutputStream
          Utility that wraps a OutputStream in a DataOutputStream, buffers output through a BufferedOutputStream and creates a checksum file.
Path
          Names a file or directory in a FileSystem.
 

Classes in org.apache.hadoop.fs used by org.apache.hadoop.io.compress
Path
          Names a file or directory in a FileSystem.
 

Classes in org.apache.hadoop.fs used by org.apache.hadoop.mapred
FileSystem
          An abstract base class for a fairly generic filesystem.
FilterFileSystem
          A FilterFileSystem contains some other file system, which it uses as its basic file system, possibly transforming the data along the way or providing additional functionality.
FSDataOutputStream
          Utility that wraps a OutputStream in a DataOutputStream, buffers output through a BufferedOutputStream and creates a checksum file.
Path
          Names a file or directory in a FileSystem.
 

Classes in org.apache.hadoop.fs used by org.apache.hadoop.mapred.lib
FileSystem
          An abstract base class for a fairly generic filesystem.
 

Classes in org.apache.hadoop.fs used by org.apache.hadoop.streaming
FileSystem
          An abstract base class for a fairly generic filesystem.
FSDataInputStream
          Utility that wraps a FSInputStream in a DataInputStream and buffers input through a BufferedInputStream.
 

Classes in org.apache.hadoop.fs used by org.apache.hadoop.util
Path
          Names a file or directory in a FileSystem.
 



Copyright © 2006 The Apache Software Foundation