Uses of Class
org.apache.accumulo.core.file.map.MySequenceFile.Metadata

Packages that use MySequenceFile.Metadata
org.apache.accumulo.core.file.map   
 

Uses of MySequenceFile.Metadata in org.apache.accumulo.core.file.map
 

Methods in org.apache.accumulo.core.file.map that return MySequenceFile.Metadata
 MySequenceFile.Metadata MySequenceFile.Reader.getMetadata()
          Returns the metadata object of the file
 

Methods in org.apache.accumulo.core.file.map with parameters of type MySequenceFile.Metadata
static MySequenceFile.Writer MySequenceFile.createWriter(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FSDataOutputStream out, Class keyClass, Class valClass, MySequenceFile.CompressionType compressionType, org.apache.hadoop.io.compress.CompressionCodec codec, MySequenceFile.Metadata metadata)
          Deprecated. Construct the preferred type of 'raw' MySequenceFile Writer.
static MySequenceFile.Writer MySequenceFile.createWriter(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path name, Class keyClass, Class valClass, int bufferSize, short replication, long blockSize, MySequenceFile.CompressionType compressionType, org.apache.hadoop.io.compress.CompressionCodec codec, org.apache.hadoop.util.Progressable progress, MySequenceFile.Metadata metadata)
          Deprecated. Construct the preferred type of MySequenceFile Writer.
static MySequenceFile.Writer MySequenceFile.createWriter(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.Path name, Class keyClass, Class valClass, MySequenceFile.CompressionType compressionType, org.apache.hadoop.io.compress.CompressionCodec codec, org.apache.hadoop.util.Progressable progress, MySequenceFile.Metadata metadata)
          Deprecated. Construct the preferred type of MySequenceFile Writer.
 boolean MySequenceFile.Metadata.equals(MySequenceFile.Metadata other)
           
 

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



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.