Class IntegrationTestWithCellVisibilityLoadAndVerify.LoadWithCellVisibilityMapper

java.lang.Object
org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable>
org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.LoadMapper
org.apache.hadoop.hbase.test.IntegrationTestWithCellVisibilityLoadAndVerify.LoadWithCellVisibilityMapper
Enclosing class:
IntegrationTestWithCellVisibilityLoadAndVerify

  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Mapper

    org.apache.hadoop.mapreduce.Mapper.Context
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private org.apache.hadoop.mapreduce.Counter
     
    private org.apache.hadoop.mapreduce.Counter
     
    private org.apache.hadoop.mapreduce.Counter
     
    private org.apache.hadoop.mapreduce.Counter
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    private org.apache.hadoop.mapreduce.Counter
    getCounter(int idx)
     
    protected void
    map(org.apache.hadoop.io.NullWritable key, org.apache.hadoop.io.NullWritable value, org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable>.org.apache.hadoop.mapreduce.Mapper.Context context)
     
    void
    setup(org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable>.org.apache.hadoop.mapreduce.Mapper.Context context)
     

    Methods inherited from class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.LoadMapper

    cleanup

    Methods inherited from class org.apache.hadoop.mapreduce.Mapper

    run

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • rowsExp1

      private org.apache.hadoop.mapreduce.Counter rowsExp1
    • rowsExp2

      private org.apache.hadoop.mapreduce.Counter rowsExp2
    • rowsExp3

      private org.apache.hadoop.mapreduce.Counter rowsExp3
    • rowsexp4

      private org.apache.hadoop.mapreduce.Counter rowsexp4
  • Constructor Details

  • Method Details