Class TestAtomicOperation.Incrementer

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

public static class TestAtomicOperation.Incrementer extends Thread
A thread that makes increment calls always on the same row, this.row against two column families on this row.
  • Field Details

    • region

      private final org.apache.hadoop.hbase.regionserver.Region region
    • numIncrements

      private final int numIncrements
    • amount

      private final int amount
  • Constructor Details

    • Incrementer

      public Incrementer(org.apache.hadoop.hbase.regionserver.Region region, int threadNumber, int amount, int numIncrements)
  • Method Details