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

java.lang.Object
  extended by org.apache.hadoop.hive.ql.io.NullRowsInputFormat.DummyInputSplit
All Implemented Interfaces:
org.apache.hadoop.io.Writable, org.apache.hadoop.mapred.InputSplit
Enclosing class:
NullRowsInputFormat

public static class NullRowsInputFormat.DummyInputSplit
extends Object
implements org.apache.hadoop.mapred.InputSplit


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

Constructor Detail

NullRowsInputFormat.DummyInputSplit

public NullRowsInputFormat.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 © 2014 The Apache Software Foundation. All rights reserved.