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

Packages that use RecordWriter
org.apache.hadoop.mapred A system for scalable, fault-tolerant, distributed computation over large data collections. 
org.apache.hadoop.mapred.lib Library of generally useful mappers, reducers, and partitioners. 
 

Uses of RecordWriter in org.apache.hadoop.mapred
 

Classes in org.apache.hadoop.mapred that implement RecordWriter
protected static class TextOutputFormat.LineRecordWriter
           
 

Methods in org.apache.hadoop.mapred that return RecordWriter
 RecordWriter OutputFormat.getRecordWriter(FileSystem ignored, JobConf job, String name, Progressable progress)
          Construct a RecordWriter with Progressable.
abstract  RecordWriter OutputFormatBase.getRecordWriter(FileSystem ignored, JobConf job, String name, Progressable progress)
           
 RecordWriter MapFileOutputFormat.getRecordWriter(FileSystem ignored, JobConf job, String name, Progressable progress)
           
 RecordWriter SequenceFileOutputFormat.getRecordWriter(FileSystem ignored, JobConf job, String name, Progressable progress)
           
 RecordWriter TextOutputFormat.getRecordWriter(FileSystem ignored, JobConf job, String name, Progressable progress)
           
 

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

Methods in org.apache.hadoop.mapred.lib that return RecordWriter
 RecordWriter NullOutputFormat.getRecordWriter(FileSystem ignored, JobConf job, String name, Progressable progress)
           
 



Copyright © 2006 The Apache Software Foundation