edu.umd.cloud9.mapreduce
Class NullInputSplit

java.lang.Object
  extended by org.apache.hadoop.mapreduce.InputSplit
      extended by edu.umd.cloud9.mapreduce.NullInputSplit
All Implemented Interfaces:
Writable

public class NullInputSplit
extends InputSplit
implements Writable


Constructor Summary
NullInputSplit()
           
 
Method Summary
 long getLength()
           
 String[] getLocations()
           
 void readFields(DataInput arg0)
           
 void write(DataOutput arg0)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullInputSplit

public NullInputSplit()
Method Detail

getLength

public long getLength()
               throws IOException,
                      InterruptedException
Specified by:
getLength in class InputSplit
Throws:
IOException
InterruptedException

getLocations

public String[] getLocations()
                      throws IOException,
                             InterruptedException
Specified by:
getLocations in class InputSplit
Throws:
IOException
InterruptedException

readFields

public void readFields(DataInput arg0)
                throws IOException
Specified by:
readFields in interface Writable
Throws:
IOException

write

public void write(DataOutput arg0)
           throws IOException
Specified by:
write in interface Writable
Throws:
IOException