org.apache.hadoop.hive.ql.io
Class OneNullRowInputFormat.DummyInputSplit
java.lang.Object
org.apache.hadoop.hive.ql.io.OneNullRowInputFormat.DummyInputSplit
- All Implemented Interfaces:
- org.apache.hadoop.io.Writable, org.apache.hadoop.mapred.InputSplit
- Enclosing class:
- OneNullRowInputFormat
public static class OneNullRowInputFormat.DummyInputSplit
- extends Object
- implements org.apache.hadoop.mapred.InputSplit
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OneNullRowInputFormat.DummyInputSplit
public OneNullRowInputFormat.DummyInputSplit()
getLength
public long getLength()
throws IOException
- Specified by:
getLength
in interface org.apache.hadoop.mapred.InputSplit
- Throws:
IOException
getLocations
public String[] getLocations()
throws IOException
- Specified by:
getLocations
in interface org.apache.hadoop.mapred.InputSplit
- Throws:
IOException
readFields
public void readFields(DataInput arg0)
throws IOException
- Specified by:
readFields
in interface org.apache.hadoop.io.Writable
- Throws:
IOException
write
public void write(DataOutput arg0)
throws IOException
- Specified by:
write
in interface org.apache.hadoop.io.Writable
- Throws:
IOException
Copyright © 2011 The Apache Software Foundation