public class TestQuotaThrottle extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
FAMILY |
private static org.slf4j.Logger |
LOG |
private static String[] |
NAMESPACES |
private static byte[] |
QUALIFIER |
private static int |
REFRESH_TIME |
private static org.apache.hadoop.hbase.TableName[] |
TABLE_NAMES |
private static org.apache.hadoop.hbase.client.Table[] |
tables |
private static HBaseTestingUtility |
TEST_UTIL |
| Constructor and Description |
|---|
TestQuotaThrottle() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final int REFRESH_TIME
private static final HBaseTestingUtility TEST_UTIL
private static final byte[] FAMILY
private static final byte[] QUALIFIER
private static final org.apache.hadoop.hbase.TableName[] TABLE_NAMES
private static final String[] NAMESPACES
private static org.apache.hadoop.hbase.client.Table[] tables
public TestQuotaThrottle()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void testUserGlobalThrottle() throws Exception
Exceptionpublic void testUserGlobalReadAndWriteThrottle() throws Exception
Exceptionpublic void testUserTableThrottle() throws Exception
Exceptionpublic void testUserUnThrottleByType() throws Exception
Exceptionpublic void testUserTableUnThrottleByType() throws Exception
Exceptionpublic void testUserNameSpaceUnThrottleByType() throws Exception
Exceptionpublic void testTableUnThrottleByType() throws Exception
Exceptionpublic void testNameSpaceUnThrottleByType() throws Exception
Exceptionpublic void testRegionServerUnThrottleByType() throws Exception
Exceptionpublic int getQuotaSettingCount(org.apache.hadoop.hbase.client.Admin admin) throws IOException
IOExceptionpublic void testUserTableReadAndWriteThrottle() throws Exception
Exceptionpublic void testUserNamespaceThrottle() throws Exception
Exceptionpublic void testUserNamespaceReadAndWriteThrottle() throws Exception
Exceptionpublic void testTableGlobalThrottle() throws Exception
Exceptionpublic void testTableGlobalReadAndWriteThrottle() throws Exception
Exceptionpublic void testNamespaceGlobalThrottle() throws Exception
Exceptionpublic void testNamespaceGlobalReadAndWriteThrottle() throws Exception
Exceptionpublic void testUserAndTableThrottle() throws Exception
Exceptionpublic void testUserGlobalBypassThrottle() throws Exception
Exceptionpublic void testTableWriteCapacityUnitThrottle() throws Exception
Exceptionpublic void testTableReadCapacityUnitThrottle() throws Exception
Exceptionpublic void testTableExistsGetThrottle() throws Exception
Exceptionpublic void testRegionServerThrottle() throws Exception
Exceptionpublic void testExceedThrottleQuota() throws Exception
ExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.