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

Packages that use SequenceFile.Metadata
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.Metadata in org.apache.hadoop.io
 

Methods in org.apache.hadoop.io that return SequenceFile.Metadata
 SequenceFile.Metadata SequenceFile.Reader.getMetadata()
          Returns the metadata object of the file
 

Methods in org.apache.hadoop.io with parameters of type SequenceFile.Metadata
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.
static SequenceFile.Writer SequenceFile.createWriter(FileSystem fs, Configuration conf, Path name, Class keyClass, Class valClass, int bufferSize, short replication, long blockSize, boolean createParent, SequenceFile.CompressionType compressionType, CompressionCodec codec, SequenceFile.Metadata metadata)
          Construct the preferred type of SequenceFile Writer.
static SequenceFile.Writer SequenceFile.createWriter(FileSystem fs, Configuration conf, Path name, Class keyClass, Class valClass, int bufferSize, short replication, long blockSize, SequenceFile.CompressionType compressionType, CompressionCodec codec, Progressable progress, SequenceFile.Metadata metadata)
          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, SequenceFile.Metadata metadata)
          Construct the preferred type of SequenceFile Writer.
 boolean SequenceFile.Metadata.equals(SequenceFile.Metadata other)
           
 

Constructors in org.apache.hadoop.io with parameters of type SequenceFile.Metadata
SequenceFile.Writer(FileSystem fs, Configuration conf, Path name, Class keyClass, Class valClass, int bufferSize, short replication, long blockSize, Progressable progress, SequenceFile.Metadata metadata)
          Create the named file with write-progress reporter.
SequenceFile.Writer(FileSystem fs, Configuration conf, Path name, Class keyClass, Class valClass, Progressable progress, SequenceFile.Metadata metadata)
          Create the named file with write-progress reporter.
 



Copyright © 2009 The Apache Software Foundation