org.apache.nutch.indexer
Class IndexerOutputFormat

java.lang.Object
  extended by org.apache.hadoop.mapred.FileOutputFormat<Text,org.apache.nutch.indexer.NutchIndexAction>
      extended by org.apache.nutch.indexer.IndexerOutputFormat
All Implemented Interfaces:
OutputFormat<Text,org.apache.nutch.indexer.NutchIndexAction>

public class IndexerOutputFormat
extends FileOutputFormat<Text,org.apache.nutch.indexer.NutchIndexAction>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.mapred.FileOutputFormat
FileOutputFormat.Counter
 
Constructor Summary
IndexerOutputFormat()
           
 
Method Summary
 RecordWriter<Text,org.apache.nutch.indexer.NutchIndexAction> getRecordWriter(FileSystem ignored, JobConf job, String name, Progressable progress)
           
 
Methods inherited from class org.apache.hadoop.mapred.FileOutputFormat
checkOutputSpecs, getCompressOutput, getOutputCompressorClass, getOutputPath, getPathForCustomFile, getTaskOutputPath, getUniqueName, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexerOutputFormat

public IndexerOutputFormat()
Method Detail

getRecordWriter

public RecordWriter<Text,org.apache.nutch.indexer.NutchIndexAction> getRecordWriter(FileSystem ignored,
                                                                                    JobConf job,
                                                                                    String name,
                                                                                    Progressable progress)
                                                                             throws IOException
Specified by:
getRecordWriter in interface OutputFormat<Text,org.apache.nutch.indexer.NutchIndexAction>
Specified by:
getRecordWriter in class FileOutputFormat<Text,org.apache.nutch.indexer.NutchIndexAction>
Throws:
IOException


Copyright © 2012 The Apache Software Foundation