public class TestSpaceQuotaViolationPolicyRefresherChore extends Object
SpaceQuotaRefresherChore.| Modifier and Type | Field and Description |
|---|---|
private org.apache.hadoop.hbase.quotas.SpaceQuotaRefresherChore |
chore |
static HBaseClassTestRule |
CLASS_RULE |
private org.apache.hadoop.conf.Configuration |
conf |
private org.apache.hadoop.hbase.client.Connection |
conn |
private org.apache.hadoop.hbase.quotas.RegionServerSpaceQuotaManager |
manager |
private org.apache.hadoop.hbase.regionserver.RegionServerServices |
rss |
| Constructor and Description |
|---|
TestSpaceQuotaViolationPolicyRefresherChore() |
| Modifier and Type | Method and Description |
|---|---|
void |
setup() |
void |
testMissingAllColumns() |
void |
testMissingDesiredColumn() |
void |
testNewPolicyOverridesOld() |
void |
testOldPoliciesAreRemoved() |
void |
testParsingError() |
void |
testPoliciesAreEnforced() |
public static final HBaseClassTestRule CLASS_RULE
private org.apache.hadoop.hbase.quotas.RegionServerSpaceQuotaManager manager
private org.apache.hadoop.hbase.regionserver.RegionServerServices rss
private org.apache.hadoop.hbase.quotas.SpaceQuotaRefresherChore chore
private org.apache.hadoop.conf.Configuration conf
private org.apache.hadoop.hbase.client.Connection conn
public TestSpaceQuotaViolationPolicyRefresherChore()
public void setup() throws IOException
IOExceptionpublic void testPoliciesAreEnforced() throws IOException
IOExceptionpublic void testOldPoliciesAreRemoved() throws IOException
IOExceptionpublic void testNewPolicyOverridesOld() throws IOException
IOExceptionpublic void testMissingAllColumns() throws IOException
IOExceptionpublic void testMissingDesiredColumn() throws IOException
IOExceptionpublic void testParsingError() throws IOException
IOExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.