Class PerformanceEvaluation.PeInputSplit

java.lang.Object
org.apache.hadoop.mapreduce.InputSplit
org.apache.hadoop.hbase.rest.PerformanceEvaluation.PeInputSplit
All Implemented Interfaces:
org.apache.hadoop.io.Writable
Enclosing class:
PerformanceEvaluation

public static class PerformanceEvaluation.PeInputSplit extends org.apache.hadoop.mapreduce.InputSplit implements org.apache.hadoop.io.Writable
This class works as the InputSplit of Performance Evaluation MapReduce InputFormat, and the Record Value of RecordReader. Each map task will only read one record from a PeInputSplit, the record value is the PeInputSplit itself.
  • Field Details

  • Constructor Details

    • PeInputSplit

      public PeInputSplit(org.apache.hadoop.hbase.TableName tableName, int startRow, int rows, int totalRows, int clients, boolean flushCommits, boolean writeToWAL, boolean useTags, int noOfTags)
  • Method Details