edu.umd.cloud9.mapred
Class NullInputSplit

java.lang.Object
  extended by edu.umd.cloud9.mapred.NullInputSplit
All Implemented Interfaces:
Writable, InputSplit

public class NullInputSplit
extends Object
implements InputSplit


Constructor Summary
NullInputSplit()
           
 
Method Summary
 long getLength()
           
 String[] getLocations()
           
 void readFields(DataInput in)
           
 void write(DataOutput out)
           
 
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()
Specified by:
getLength in interface InputSplit

getLocations

public String[] getLocations()
Specified by:
getLocations in interface InputSplit

readFields

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

write

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