edu.umd.cloud9.mapreduce
Class NullInputSplit
java.lang.Object
org.apache.hadoop.mapreduce.InputSplit
edu.umd.cloud9.mapreduce.NullInputSplit
- All Implemented Interfaces:
- Writable
public class NullInputSplit
- extends InputSplit
- implements Writable
NullInputSplit
public NullInputSplit()
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