Class ThrottleQuotaTestUtil

java.lang.Object
org.apache.hadoop.hbase.quotas.ThrottleQuotaTestUtil

@Private public final class ThrottleQuotaTestUtil extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static org.apache.hadoop.hbase.util.ManualEnvironmentEdge
     
    private static final org.slf4j.Logger
     
    private static final int
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) static void
     
    (package private) static long
    doGets(int maxOps, byte[] family, byte[] qualifier, org.apache.hadoop.hbase.client.Table... tables)
     
    (package private) static long
    doGets(int maxOps, org.apache.hadoop.hbase.client.Table... tables)
     
    (package private) static long
    doMultiGets(int maxOps, int batchSize, int rowCount, byte[] family, byte[] qualifier, org.apache.hadoop.hbase.client.Table... tables)
     
    (package private) static int
    doPuts(int maxOps, byte[] family, byte[] qualifier, org.apache.hadoop.hbase.client.Table... tables)
     
    (package private) static int
    doPuts(int maxOps, int valueSize, byte[] family, byte[] qualifier, org.apache.hadoop.hbase.client.Table... tables)
     
    (package private) static long
    doScans(int desiredRows, org.apache.hadoop.hbase.client.Table table, int caching)
     
    private static byte[]
    generateValue(int valueSize)
     
    (package private) static Set<org.apache.hadoop.hbase.quotas.QuotaCache>
     
    private static void
    triggerCacheRefresh(HBaseTestingUtil testUtil, boolean bypass, boolean userLimiter, boolean tableLimiter, boolean nsLimiter, boolean rsLimiter, boolean exceedThrottleQuota, org.apache.hadoop.hbase.TableName... tables)
     
    (package private) static void
    triggerExceedThrottleQuotaCacheRefresh(HBaseTestingUtil testUtil, boolean exceedEnabled)
     
    (package private) static void
    triggerNamespaceCacheRefresh(HBaseTestingUtil testUtil, boolean bypass, org.apache.hadoop.hbase.TableName... tables)
     
    (package private) static void
     
    (package private) static void
    triggerTableCacheRefresh(HBaseTestingUtil testUtil, boolean bypass, org.apache.hadoop.hbase.TableName... tables)
     
    (package private) static void
    triggerUserCacheRefresh(HBaseTestingUtil testUtil, boolean bypass, org.apache.hadoop.hbase.TableName... tables)
     
    (package private) static void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait