Uses of Class
org.apache.hadoop.fs.FSOutputStream

Packages that use FSOutputStream
org.apache.hadoop.dfs A distributed implementation of FileSystem
org.apache.hadoop.fs An abstract file system API. 
 

Uses of FSOutputStream in org.apache.hadoop.dfs
 

Methods in org.apache.hadoop.dfs that return FSOutputStream
 FSOutputStream DistributedFileSystem.createRaw(Path f, boolean overwrite, short replication)
           
 

Uses of FSOutputStream in org.apache.hadoop.fs
 

Methods in org.apache.hadoop.fs that return FSOutputStream
 FSOutputStream LocalFileSystem.createRaw(Path f, boolean overwrite, short replication)
           
abstract  FSOutputStream FileSystem.createRaw(Path f, boolean overwrite, short replication)
          Opens an OutputStream at the indicated Path.
 



Copyright © 2006 The Apache Software Foundation