Uses of Interface
org.apache.hadoop.mapred.RecordWriter

Packages that use RecordWriter
org.apache.hadoop.mapred   
org.apache.hadoop.mapred.lib   
org.apache.hadoop.mapred.lib.db   
 

Uses of RecordWriter in org.apache.hadoop.mapred
 

Classes in org.apache.hadoop.mapred that implement RecordWriter
protected static class TextOutputFormat.LineRecordWriter<K,V>
           
 

Methods in org.apache.hadoop.mapred that return RecordWriter
 RecordWriter<K,V> TextOutputFormat.getRecordWriter(org.apache.hadoop.fs.FileSystem ignored, JobConf job, String name, org.apache.hadoop.util.Progressable progress)
           
 RecordWriter<org.apache.hadoop.io.WritableComparable,org.apache.hadoop.io.Writable> MapFileOutputFormat.getRecordWriter(org.apache.hadoop.fs.FileSystem ignored, JobConf job, String name, org.apache.hadoop.util.Progressable progress)
           
abstract  RecordWriter<K,V> FileOutputFormat.getRecordWriter(org.apache.hadoop.fs.FileSystem ignored, JobConf job, String name, org.apache.hadoop.util.Progressable progress)
           
 RecordWriter<K,V> SequenceFileOutputFormat.getRecordWriter(org.apache.hadoop.fs.FileSystem ignored, JobConf job, String name, org.apache.hadoop.util.Progressable progress)
           
 RecordWriter<org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.BytesWritable> SequenceFileAsBinaryOutputFormat.getRecordWriter(org.apache.hadoop.fs.FileSystem ignored, JobConf job, String name, org.apache.hadoop.util.Progressable progress)
           
 RecordWriter<K,V> OutputFormat.getRecordWriter(org.apache.hadoop.fs.FileSystem ignored, JobConf job, String name, org.apache.hadoop.util.Progressable progress)
          Get the RecordWriter for the given job.
 

Uses of RecordWriter in org.apache.hadoop.mapred.lib
 

Classes in org.apache.hadoop.mapred.lib that implement RecordWriter
static class FilterOutputFormat.FilterRecordWriter<K,V>
          FilterRecordWriter is a convenience wrapper class that implements RecordWriter.
 

Fields in org.apache.hadoop.mapred.lib declared as RecordWriter
protected  RecordWriter<K,V> FilterOutputFormat.FilterRecordWriter.rawWriter
           
 

Methods in org.apache.hadoop.mapred.lib that return RecordWriter
protected  RecordWriter<K,V> MultipleTextOutputFormat.getBaseRecordWriter(org.apache.hadoop.fs.FileSystem fs, JobConf job, String name, org.apache.hadoop.util.Progressable arg3)
           
protected  RecordWriter<K,V> MultipleSequenceFileOutputFormat.getBaseRecordWriter(org.apache.hadoop.fs.FileSystem fs, JobConf job, String name, org.apache.hadoop.util.Progressable arg3)
           
protected abstract  RecordWriter<K,V> MultipleOutputFormat.getBaseRecordWriter(org.apache.hadoop.fs.FileSystem fs, JobConf job, String name, org.apache.hadoop.util.Progressable arg3)
           
 RecordWriter<K,V> LazyOutputFormat.getRecordWriter(org.apache.hadoop.fs.FileSystem ignored, JobConf job, String name, org.apache.hadoop.util.Progressable progress)
           
 RecordWriter<K,V> FilterOutputFormat.getRecordWriter(org.apache.hadoop.fs.FileSystem ignored, JobConf job, String name, org.apache.hadoop.util.Progressable progress)
           
 RecordWriter<K,V> NullOutputFormat.getRecordWriter(org.apache.hadoop.fs.FileSystem ignored, JobConf job, String name, org.apache.hadoop.util.Progressable progress)
           
 RecordWriter<K,V> MultipleOutputFormat.getRecordWriter(org.apache.hadoop.fs.FileSystem fs, JobConf job, String name, org.apache.hadoop.util.Progressable arg3)
          Create a composite record writer that can write key/value data to different output files
 

Constructors in org.apache.hadoop.mapred.lib with parameters of type RecordWriter
FilterOutputFormat.FilterRecordWriter(RecordWriter<K,V> rawWriter)
           
 

Uses of RecordWriter in org.apache.hadoop.mapred.lib.db
 

Classes in org.apache.hadoop.mapred.lib.db that implement RecordWriter
protected  class DBOutputFormat.DBRecordWriter
          A RecordWriter that writes the reduce output to a SQL table
 

Methods in org.apache.hadoop.mapred.lib.db that return RecordWriter
 RecordWriter<K,V> DBOutputFormat.getRecordWriter(org.apache.hadoop.fs.FileSystem filesystem, JobConf job, String name, org.apache.hadoop.util.Progressable progress)
          Get the RecordWriter for the given job.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.