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