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 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() |
Modifier and Type | Method and Description |
---|---|
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testExceedThrottleQuota() |
void |
testNamespaceGlobalReadAndWriteThrottle() |
void |
testNamespaceGlobalThrottle() |
void |
testRegionServerThrottle() |
void |
testTableExistsGetThrottle() |
void |
testTableGlobalReadAndWriteThrottle() |
void |
testTableGlobalThrottle() |
void |
testTableReadCapacityUnitThrottle() |
void |
testTableWriteCapacityUnitThrottle() |
void |
testUserAndTableThrottle() |
void |
testUserGlobalBypassThrottle() |
void |
testUserGlobalReadAndWriteThrottle() |
void |
testUserGlobalThrottle() |
void |
testUserNamespaceReadAndWriteThrottle() |
void |
testUserNamespaceThrottle() |
void |
testUserTableReadAndWriteThrottle() |
void |
testUserTableThrottle() |
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 org.apache.hadoop.hbase.client.Table[] tables
public TestQuotaThrottle()
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testUserGlobalThrottle() throws Exception
Exception
public void testUserGlobalReadAndWriteThrottle() throws Exception
Exception
public void testUserTableThrottle() throws Exception
Exception
public void testUserTableReadAndWriteThrottle() throws Exception
Exception
public void testUserNamespaceThrottle() throws Exception
Exception
public void testUserNamespaceReadAndWriteThrottle() throws Exception
Exception
public void testTableGlobalThrottle() throws Exception
Exception
public void testTableGlobalReadAndWriteThrottle() throws Exception
Exception
public void testNamespaceGlobalThrottle() throws Exception
Exception
public void testNamespaceGlobalReadAndWriteThrottle() throws Exception
Exception
public void testUserAndTableThrottle() throws Exception
Exception
public void testUserGlobalBypassThrottle() throws Exception
Exception
public void testTableWriteCapacityUnitThrottle() throws Exception
Exception
public void testTableReadCapacityUnitThrottle() throws Exception
Exception
public void testTableExistsGetThrottle() throws Exception
Exception
public void testRegionServerThrottle() throws Exception
Exception
public void testExceedThrottleQuota() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.