Uses of Class
org.apache.hadoop.io.SequenceFile.CompressionType

Packages that use SequenceFile.CompressionType
org.apache.hadoop.io Generic i/o code for use when reading and writing data to the network, to databases, and to files. 
 

Uses of SequenceFile.CompressionType in org.apache.hadoop.io
 

Methods in org.apache.hadoop.io that return SequenceFile.CompressionType
static SequenceFile.CompressionType SequenceFile.getCompressionType(Configuration job)
          Get the compression type for the reduce outputs
static SequenceFile.CompressionType SequenceFile.CompressionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SequenceFile.CompressionType[] SequenceFile.CompressionType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.hadoop.io with parameters of type SequenceFile.CompressionType
static SequenceFile.Writer SequenceFile.createWriter(FileSystem fs, Configuration conf, Path name, Class keyClass, Class valClass, SequenceFile.CompressionType compressionType)
          Construct the preferred type of SequenceFile Writer.
static SequenceFile.Writer SequenceFile.createWriter(FileSystem fs, Configuration conf, Path name, Class keyClass, Class valClass, SequenceFile.CompressionType compressionType, CompressionCodec codec)
          Construct the preferred type of SequenceFile Writer.
static SequenceFile.Writer SequenceFile.createWriter(FileSystem fs, Configuration conf, Path name, Class keyClass, Class valClass, SequenceFile.CompressionType compressionType, CompressionCodec codec, Progressable progress)
          Construct the preferred type of SequenceFile Writer.
static SequenceFile.Writer SequenceFile.createWriter(FileSystem fs, Configuration conf, Path name, Class keyClass, Class valClass, SequenceFile.CompressionType compressionType, Progressable progress)
          Construct the preferred type of SequenceFile Writer.
static void SequenceFile.setCompressionType(Configuration job, SequenceFile.CompressionType val)
          Set the compression type for sequence files.
 



Copyright © 2006 The Apache Software Foundation