Class TestClientExponentialBackoff

java.lang.Object
org.apache.hadoop.hbase.client.TestClientExponentialBackoff

  • Field Details

  • Constructor Details

  • Method Details

    • testNulls

      public void testNulls()
    • testMaxLoad

      public void testMaxLoad()
    • testResultOrdering

      public void testResultOrdering()
      Make sure that we get results in the order that we expect - backoff for a load of 1 should less than backoff for 10, which should be less than that for 50.
    • testHeapOccupancyPolicy

      public void testHeapOccupancyPolicy()
    • testCompactionPressurePolicy

    • update

      private void update(org.apache.hadoop.hbase.client.backoff.ServerStatistics stats, int load)
    • update

      private void update(org.apache.hadoop.hbase.client.backoff.ServerStatistics stats, int memstoreLoad, int heapOccupancy, int compactionPressure)