Class DatasourceInputSplit

  • All Implemented Interfaces:
    org.apache.hadoop.io.Writable

    public class DatasourceInputSplit
    extends org.apache.hadoop.mapreduce.InputSplit
    implements org.apache.hadoop.io.Writable
    • Constructor Detail

      • DatasourceInputSplit

        public DatasourceInputSplit()
    • Method Detail

      • getLength

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

        public String[] getLocations()
        Specified by:
        getLocations in class org.apache.hadoop.mapreduce.InputSplit
      • readFields

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