edu.umd.cloud9.mapred
Class NullOutputFormat

java.lang.Object
  extended by edu.umd.cloud9.mapred.NullOutputFormat
All Implemented Interfaces:
OutputFormat<NullWritable,NullWritable>

Deprecated.

@Deprecated
public class NullOutputFormat
extends Object
implements OutputFormat<NullWritable,NullWritable>


Nested Class Summary
static class NullOutputFormat.NullRecordWriter
          Deprecated.  
 
Constructor Summary
NullOutputFormat()
          Deprecated.  
 
Method Summary
 void checkOutputSpecs(FileSystem ignored, JobConf job)
          Deprecated.  
 RecordWriter<NullWritable,NullWritable> getRecordWriter(FileSystem ignored, JobConf job, String name, Progressable progress)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullOutputFormat

public NullOutputFormat()
Deprecated. 
Method Detail

checkOutputSpecs

public void checkOutputSpecs(FileSystem ignored,
                             JobConf job)
Deprecated. 
Specified by:
checkOutputSpecs in interface OutputFormat<NullWritable,NullWritable>

getRecordWriter

public RecordWriter<NullWritable,NullWritable> getRecordWriter(FileSystem ignored,
                                                               JobConf job,
                                                               String name,
                                                               Progressable progress)
Deprecated. 
Specified by:
getRecordWriter in interface OutputFormat<NullWritable,NullWritable>