Uses of Package
org.apache.hadoop.fs

Packages that use org.apache.hadoop.fs
org.apache.hadoop.benchmarks.mapred   
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.streaming   
org.apache.hadoop.util Common utilities. 
 

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

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
FileSystem
          An abstract base class for a fairly generic filesystem.
FSInputStream
          FSInputStream is a generic old InputStream with a little bit of RAF-style seek ability.
FSOutputStream
          FSOutputStream is an OutputStream that can track its position.
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
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 FSOutputStream 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.
FSOutputStream
          FSOutputStream is an OutputStream that can track its position.
LocalFileSystem
          Implement the FileSystem API for the native 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.
FSInputStream
          FSInputStream is a generic old InputStream with a little bit of RAF-style seek ability.
FSOutputStream
          FSOutputStream is an OutputStream that can track its position.
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 FSOutputStream 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.
FSInputStream
          FSInputStream is a generic old InputStream with a little bit of RAF-style seek ability.
FSOutputStream
          FSOutputStream is an OutputStream that can track its position.
Path
          Names a file or directory in a 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.
Path
          Names a file or directory in a FileSystem.
 

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