public class TestQuotaObserverChoreWithMiniCluster extends Object
QuotaObserverChore that uses a live HBase cluster.| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
testName |
| Constructor and Description |
|---|
TestQuotaObserverChoreWithMiniCluster() |
| Modifier and Type | Method and Description |
|---|---|
void |
removeAllQuotas() |
static void |
setUp() |
static void |
tearDown() |
void |
testFetchSpaceQuota() |
void |
testFilterRegions() |
void |
testGetAllTablesWithQuotas() |
void |
testNamespaceViolatesQuota() |
void |
testRpcQuotaTablesAreFiltered() |
void |
testTableQuotaOverridesNamespaceQuota() |
void |
testTableViolatesQuota() |
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName testName
public TestQuotaObserverChoreWithMiniCluster()
public void removeAllQuotas() throws Exception
Exceptionpublic void testTableViolatesQuota() throws Exception
Exceptionpublic void testNamespaceViolatesQuota() throws Exception
Exceptionpublic void testTableQuotaOverridesNamespaceQuota() throws Exception
Exceptionpublic void testGetAllTablesWithQuotas() throws Exception
Exceptionpublic void testRpcQuotaTablesAreFiltered() throws Exception
Exceptionpublic void testFilterRegions() throws Exception
Exceptionpublic void testFetchSpaceQuota() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.