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. 
 

Uses of RecordWriter in org.apache.hadoop.mapred
 

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



Copyright © 2006 The Apache Software Foundation