Class IcebergSplit

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

    public class IcebergSplit
    extends org.apache.hadoop.mapreduce.InputSplit
    implements org.apache.hadoop.mapred.InputSplit, IcebergSplitContainer
    • Constructor Detail

      • IcebergSplit

        public IcebergSplit()
    • Method Detail

      • getLength

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

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

        public void write​(java.io.DataOutput out)
                   throws java.io.IOException
        Specified by:
        write in interface org.apache.hadoop.io.Writable
        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
        Throws:
        java.io.IOException
      • table

        public Table table()