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

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

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

Methods in org.apache.accumulo.core.file.map that return MySequenceFile.Writer
 MySequenceFile.Writer MySequenceFile.Sorter.cloneFileAttributes(org.apache.hadoop.fs.Path inputFile, org.apache.hadoop.fs.Path outputFile, org.apache.hadoop.util.Progressable prog)
          Clones the attributes (like compression of the input file and creates a corresponding Writer
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)
          Deprecated. Construct the preferred type of 'raw' MySequenceFile Writer.
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)
          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, 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)
          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)
          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)
          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.
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.util.Progressable progress)
          Deprecated. Construct the preferred type of MySequenceFile Writer.
 

Methods in org.apache.accumulo.core.file.map with parameters of type MySequenceFile.Writer
 void MySequenceFile.Sorter.writeFile(MySequenceFile.Sorter.RawKeyValueIterator records, MySequenceFile.Writer writer)
          Writes records from RawKeyValueIterator into a file represented by the passed writer
 



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