public class TestQuotaObserverChoreWithMiniCluster
extends java.lang.Object
QuotaObserverChore that uses a live HBase cluster.| Modifier and Type | Field and Description |
|---|---|
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 TestQuotaObserverChoreWithMiniCluster()
public static void setUp()
throws java.lang.Exception
java.lang.Exceptionpublic static void tearDown()
throws java.lang.Exception
java.lang.Exceptionpublic void removeAllQuotas()
throws java.lang.Exception
java.lang.Exceptionpublic void testTableViolatesQuota()
throws java.lang.Exception
java.lang.Exceptionpublic void testNamespaceViolatesQuota()
throws java.lang.Exception
java.lang.Exceptionpublic void testTableQuotaOverridesNamespaceQuota()
throws java.lang.Exception
java.lang.Exceptionpublic void testGetAllTablesWithQuotas()
throws java.lang.Exception
java.lang.Exceptionpublic void testRpcQuotaTablesAreFiltered()
throws java.lang.Exception
java.lang.Exceptionpublic void testFilterRegions()
throws java.lang.Exception
java.lang.Exceptionpublic void testFetchSpaceQuota()
throws java.lang.Exception
java.lang.Exception