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.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.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
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.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.
Path
          Names a file or directory in a FileSystem.
PathFilter
           
Seekable
          Stream that permits seeking.
 

Classes in org.apache.hadoop.fs used by org.apache.hadoop.io
FileSystem
          An abstract base class for a fairly generic filesystem.
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.
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