Class TestHRegion.Incrementer

java.lang.Object
org.apache.hadoop.hbase.regionserver.TestHRegion.Incrementer
All Implemented Interfaces:
Runnable
Enclosing class:
TestHRegion

private static class TestHRegion.Incrementer extends Object implements Runnable
TestCase for increment
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final byte[]
     
    private int
     
    private static final byte[]
     
    private static final long
     
    private static final byte[]
     
    private org.apache.hadoop.hbase.regionserver.HRegion
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Incrementer(org.apache.hadoop.hbase.regionserver.HRegion region, int incCounter)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
     

    Methods inherited from class java.lang.Object

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

    • region

      private org.apache.hadoop.hbase.regionserver.HRegion region
    • incRow

      private static final byte[] incRow
    • family

      private static final byte[] family
    • qualifier

      private static final byte[] qualifier
    • ONE

      private static final long ONE
      See Also:
    • incCounter

      private int incCounter
  • Constructor Details

    • Incrementer

      public Incrementer(org.apache.hadoop.hbase.regionserver.HRegion region, int incCounter)
  • Method Details