org.apache.nutch.parse
Class ParseOutputFormat

java.lang.Object
  extended by org.apache.nutch.parse.ParseOutputFormat
All Implemented Interfaces:
OutputFormat

public class ParseOutputFormat
extends Object
implements OutputFormat


Constructor Summary
ParseOutputFormat()
           
 
Method Summary
 void checkOutputSpecs(FileSystem fs, JobConf job)
           
 RecordWriter getRecordWriter(FileSystem fs, JobConf job, String name, Progressable progress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParseOutputFormat

public ParseOutputFormat()
Method Detail

checkOutputSpecs

public void checkOutputSpecs(FileSystem fs,
                             JobConf job)
                      throws IOException
Specified by:
checkOutputSpecs in interface OutputFormat
Throws:
IOException

getRecordWriter

public RecordWriter getRecordWriter(FileSystem fs,
                                    JobConf job,
                                    String name,
                                    Progressable progress)
                             throws IOException
Specified by:
getRecordWriter in interface OutputFormat
Throws:
IOException


Copyright © 2006 The Apache Software Foundation