edu.umd.cloud9.mapred
Class NullOutputFormat.NullRecordWriter

java.lang.Object
  extended by edu.umd.cloud9.mapred.NullOutputFormat.NullRecordWriter
All Implemented Interfaces:
RecordWriter<NullWritable,NullWritable>
Enclosing class:
NullOutputFormat

public static class NullOutputFormat.NullRecordWriter
extends Object
implements RecordWriter<NullWritable,NullWritable>


Constructor Summary
NullOutputFormat.NullRecordWriter()
           
 
Method Summary
 void close(Reporter reporter)
           
 void write(NullWritable key, NullWritable value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullOutputFormat.NullRecordWriter

public NullOutputFormat.NullRecordWriter()
Method Detail

close

public void close(Reporter reporter)
Specified by:
close in interface RecordWriter<NullWritable,NullWritable>

write

public void write(NullWritable key,
                  NullWritable value)
Specified by:
write in interface RecordWriter<NullWritable,NullWritable>