Class HiveIcebergSplit

  • All Implemented Interfaces:
    org.apache.hadoop.io.Writable, org.apache.hadoop.mapred.InputSplit, org.apache.hadoop.mapred.InputSplitWithLocationInfo, IcebergSplitContainer

    public class HiveIcebergSplit
    extends org.apache.hadoop.mapred.FileSplit
    implements IcebergSplitContainer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getLength()  
      java.lang.String[] getLocations()  
      org.apache.hadoop.fs.Path getPath()  
      long getStart()  
      IcebergSplit icebergSplit()  
      void readFields​(java.io.DataInput in)  
      void write​(java.io.DataOutput out)  
      • Methods inherited from class org.apache.hadoop.mapred.FileSplit

        getLocationInfo, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • HiveIcebergSplit

        public HiveIcebergSplit()
    • Method Detail

      • getLength

        public long getLength()
        Specified by:
        getLength in interface org.apache.hadoop.mapred.InputSplit
        Overrides:
        getLength in class org.apache.hadoop.mapred.FileSplit
      • getLocations

        public java.lang.String[] getLocations()
        Specified by:
        getLocations in interface org.apache.hadoop.mapred.InputSplit
        Overrides:
        getLocations in class org.apache.hadoop.mapred.FileSplit
      • getPath

        public org.apache.hadoop.fs.Path getPath()
        Overrides:
        getPath in class org.apache.hadoop.mapred.FileSplit
      • getStart

        public long getStart()
        Overrides:
        getStart in class org.apache.hadoop.mapred.FileSplit
      • write

        public void write​(java.io.DataOutput out)
                   throws java.io.IOException
        Specified by:
        write in interface org.apache.hadoop.io.Writable
        Overrides:
        write in class org.apache.hadoop.mapred.FileSplit
        Throws:
        java.io.IOException
      • readFields

        public void readFields​(java.io.DataInput in)
                        throws java.io.IOException
        Specified by:
        readFields in interface org.apache.hadoop.io.Writable
        Overrides:
        readFields in class org.apache.hadoop.mapred.FileSplit
        Throws:
        java.io.IOException