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
IOException
public void testPoliciesAreEnforced() throws IOException
IOException
public void testOldPoliciesAreRemoved() throws IOException
IOException
public void testNewPolicyOverridesOld() throws IOException
IOException
public void testMissingAllColumns() throws IOException
IOException
public void testMissingDesiredColumn() throws IOException
IOException
public void testParsingError() throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.