Package org.apache.hadoop.hbase.quotas
Class TestQuotaThrottle
java.lang.Object
org.apache.hadoop.hbase.quotas.TestQuotaThrottle
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final byte[]
private static final org.slf4j.Logger
private static final byte[]
private static final int
private static final org.apache.hadoop.hbase.TableName[]
private static org.apache.hadoop.hbase.client.Table[]
private static final HBaseTestingUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
void
tearDown()
static void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
-
Field Details
-
CLASS_RULE
-
LOG
-
REFRESH_TIME
- See Also:
-
TEST_UTIL
-
FAMILY
-
QUALIFIER
-
TABLE_NAMES
-
tables
-
-
Constructor Details
-
TestQuotaThrottle
public TestQuotaThrottle()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
testUserGlobalThrottle
- Throws:
Exception
-
testUserGlobalReadAndWriteThrottle
- Throws:
Exception
-
testUserTableThrottle
- Throws:
Exception
-
testUserTableReadAndWriteThrottle
- Throws:
Exception
-
testUserNamespaceThrottle
- Throws:
Exception
-
testUserNamespaceReadAndWriteThrottle
- Throws:
Exception
-
testTableGlobalThrottle
- Throws:
Exception
-
testTableGlobalReadAndWriteThrottle
- Throws:
Exception
-
testNamespaceGlobalThrottle
- Throws:
Exception
-
testNamespaceGlobalReadAndWriteThrottle
- Throws:
Exception
-
testUserAndTableThrottle
- Throws:
Exception
-
testUserGlobalBypassThrottle
- Throws:
Exception
-
testTableWriteCapacityUnitThrottle
- Throws:
Exception
-
testTableReadCapacityUnitThrottle
- Throws:
Exception
-
testTableExistsGetThrottle
- Throws:
Exception
-
testRegionServerThrottle
- Throws:
Exception
-
testExceedThrottleQuota
- Throws:
Exception
-