org.apache.hadoop.hive.ql.io.orc
Class OrcNewSplit

java.lang.Object
  extended by org.apache.hadoop.mapreduce.InputSplit
      extended by org.apache.hadoop.mapreduce.lib.input.FileSplit
          extended by org.apache.hadoop.hive.ql.io.orc.OrcNewSplit
All Implemented Interfaces:
org.apache.hadoop.io.Writable

public class OrcNewSplit
extends org.apache.hadoop.mapreduce.lib.input.FileSplit

OrcFileSplit. Holds file meta info


Constructor Summary
OrcNewSplit(OrcSplit inner)
           
 
Method Summary
 List<Long> getDeltas()
           
 boolean hasBase()
           
 boolean hasFooter()
           
 boolean isOriginal()
           
 void readFields(DataInput in)
           
 void write(DataOutput out)
           
 
Methods inherited from class org.apache.hadoop.mapreduce.lib.input.FileSplit
getLength, getLocations, getPath, getStart, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OrcNewSplit

public OrcNewSplit(OrcSplit inner)
            throws IOException
Throws:
IOException
Method Detail

write

public void write(DataOutput out)
           throws IOException
Specified by:
write in interface org.apache.hadoop.io.Writable
Overrides:
write in class org.apache.hadoop.mapreduce.lib.input.FileSplit
Throws:
IOException

readFields

public void readFields(DataInput in)
                throws IOException
Specified by:
readFields in interface org.apache.hadoop.io.Writable
Overrides:
readFields in class org.apache.hadoop.mapreduce.lib.input.FileSplit
Throws:
IOException

hasFooter

public boolean hasFooter()

isOriginal

public boolean isOriginal()

hasBase

public boolean hasBase()

getDeltas

public List<Long> getDeltas()


Copyright © 2014 The Apache Software Foundation. All rights reserved.