public class TestClusterScopeQuotaThrottle extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
FAMILY |
private static String |
NAMESPACE |
private static byte[] |
QUALIFIER |
private static int |
REFRESH_TIME |
private static byte[][] |
SPLITS |
private static org.apache.hadoop.hbase.client.Table |
table |
private static org.apache.hadoop.hbase.TableName |
TABLE_NAME |
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 |
---|
TestClusterScopeQuotaThrottle() |
Modifier and Type | Method and Description |
---|---|
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testNamespaceClusterScopeQuota() |
void |
testTableClusterScopeQuota() |
void |
testUserClusterScopeQuota() |
void |
testUserNamespaceClusterScopeQuota() |
void |
testUserTableClusterScopeQuota() |
public static final HBaseClassTestRule CLASS_RULE
private static final int REFRESH_TIME
private static final HBaseTestingUtility TEST_UTIL
private static final org.apache.hadoop.hbase.TableName[] TABLE_NAMES
private static final byte[] FAMILY
private static final byte[] QUALIFIER
private static final byte[][] SPLITS
private static org.apache.hadoop.hbase.client.Table[] tables
private static final String NAMESPACE
private static final org.apache.hadoop.hbase.TableName TABLE_NAME
private static org.apache.hadoop.hbase.client.Table table
public TestClusterScopeQuotaThrottle()
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testNamespaceClusterScopeQuota() throws Exception
Exception
public void testTableClusterScopeQuota() throws Exception
Exception
public void testUserClusterScopeQuota() throws Exception
Exception
public void testUserNamespaceClusterScopeQuota() throws Exception
Exception
public void testUserTableClusterScopeQuota() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.