Uses of Interface
org.apache.nutch.mapReduce.RecordWriter

Packages that use RecordWriter
org.apache.nutch.mapReduce A system for scalable, fault-tolerant, distributed computation over large data collections. 
 

Uses of RecordWriter in org.apache.nutch.mapReduce
 

Methods in org.apache.nutch.mapReduce that return RecordWriter
 RecordWriter OutputFormat.getRecordWriter(NutchFileSystem fs, JobConf job, String name)
          Construct a RecordWriter.
 RecordWriter SequenceFileOutputFormat.getRecordWriter(NutchFileSystem fs, JobConf job, String name)
           
 RecordWriter TextOutputFormat.getRecordWriter(NutchFileSystem fs, JobConf job, String name)
           
 



Copyright © 2006 The Apache Software Foundation