org.apache.hadoop.hive.ql.io
Class OneNullRowInputFormat.DummyInputSplit

java.lang.Object
  extended by 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


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

Constructor Detail

OneNullRowInputFormat.DummyInputSplit

public OneNullRowInputFormat.DummyInputSplit()
Method Detail

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