Class IntegrationTestBulkLoad.EmptySplit

java.lang.Object
org.apache.hadoop.mapreduce.InputSplit
org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.EmptySplit
All Implemented Interfaces:
org.apache.hadoop.io.Writable
Enclosing class:
IntegrationTestBulkLoad

public static class IntegrationTestBulkLoad.EmptySplit extends org.apache.hadoop.mapreduce.InputSplit implements org.apache.hadoop.io.Writable
  • Constructor Details

  • Method Details

    • write

      public void write(DataOutput out) throws IOException
      Specified by:
      write in interface org.apache.hadoop.io.Writable
      Throws:
      IOException
    • readFields

      public void readFields(DataInput in) throws IOException
      Specified by:
      readFields in interface org.apache.hadoop.io.Writable
      Throws:
      IOException
    • 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