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

Packages that use FSDataOutputStream
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.mapred A system for scalable, fault-tolerant, distributed computation over large data collections. 
 

Uses of FSDataOutputStream in org.apache.hadoop.fs
 

Methods in org.apache.hadoop.fs that return FSDataOutputStream
 FSDataOutputStream FileSystem.create(Path f)
          Opens an FSDataOutputStream at the indicated Path.
 FSDataOutputStream FileSystem.create(Path f, boolean overwrite, int bufferSize)
          Opens an FSDataOutputStream at the indicated Path.
 FSDataOutputStream FileSystem.create(Path f, boolean overwrite, int bufferSize, Progressable progress)
          Opens an FSDataOutputStream at the indicated Path with write-progress reporting.
 FSDataOutputStream FileSystem.create(Path f, boolean overwrite, int bufferSize, short replication, long blockSize)
          Opens an FSDataOutputStream at the indicated Path.
 FSDataOutputStream FilterFileSystem.create(Path f, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress)
          Opens an FSDataOutputStream at the indicated Path with write-progress reporting.
 FSDataOutputStream RawLocalFileSystem.create(Path f, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress)
           
 FSDataOutputStream ChecksumFileSystem.create(Path f, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress)
          Opens an FSDataOutputStream at the indicated Path with write-progress reporting.
abstract  FSDataOutputStream FileSystem.create(Path f, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress)
          Opens an FSDataOutputStream at the indicated Path with write-progress reporting.
 FSDataOutputStream FileSystem.create(Path f, Progressable progress)
          Create an FSDataOutputStream at the indicated Path with write-progress reporting.
 FSDataOutputStream FileSystem.create(Path f, short replication)
          Opens an FSDataOutputStream at the indicated Path.
 FSDataOutputStream FileSystem.create(Path f, short replication, Progressable progress)
          Opens an FSDataOutputStream at the indicated Path with write-progress reporting.
 

Uses of FSDataOutputStream in org.apache.hadoop.fs.s3
 

Methods in org.apache.hadoop.fs.s3 that return FSDataOutputStream
 FSDataOutputStream S3FileSystem.create(Path file, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress)
           
 

Uses of FSDataOutputStream in org.apache.hadoop.io
 

Methods in org.apache.hadoop.io with parameters of type FSDataOutputStream
static SequenceFile.Writer SequenceFile.createWriter(Configuration conf, FSDataOutputStream out, Class keyClass, Class valClass, SequenceFile.CompressionType compressionType, CompressionCodec codec)
          Construct the preferred type of 'raw' SequenceFile Writer.
static SequenceFile.Writer SequenceFile.createWriter(Configuration conf, FSDataOutputStream out, Class keyClass, Class valClass, SequenceFile.CompressionType compressionType, CompressionCodec codec, SequenceFile.Metadata metadata)
          Construct the preferred type of 'raw' SequenceFile Writer.
 

Uses of FSDataOutputStream in org.apache.hadoop.mapred
 

Methods in org.apache.hadoop.mapred that return FSDataOutputStream
 FSDataOutputStream PhasedFileSystem.create(Path f, boolean overwrite, int bufferSize, short replication, long blockSize, Progressable progress)
          Deprecated.  
 



Copyright © 2006 The Apache Software Foundation