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(File f, boolean overwrite)
           
 

Uses of FSOutputStream in org.apache.hadoop.fs
 

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



Copyright © 2006 The Apache Software Foundation