public class TestSpaceQuotaIncrease extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private SpaceQuotaHelperForTests |
helper |
private static HBaseTestingUtility |
TEST_UTIL |
org.junit.rules.TestName |
testName |
Constructor and Description |
---|
TestSpaceQuotaIncrease() |
Modifier and Type | Method and Description |
---|---|
void |
removeAllQuotas() |
private void |
setQuotaAndThenIncreaseQuota(org.apache.hadoop.hbase.quotas.SpaceViolationPolicy policy) |
static void |
setUp() |
static void |
tearDown() |
void |
testSetQuotaAndThenIncreaseQuotaWithDisable() |
void |
testSetQuotaAndThenIncreaseQuotaWithNoInserts() |
void |
testSetQuotaAndThenIncreaseQuotaWithNoWrite() |
void |
testSetQuotaAndThenIncreaseQuotaWithNoWritesCompactions() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
public org.junit.rules.TestName testName
private SpaceQuotaHelperForTests helper
public TestSpaceQuotaIncrease()
public void removeAllQuotas() throws Exception
Exception
public void testSetQuotaAndThenIncreaseQuotaWithNoInserts() throws Exception
Exception
public void testSetQuotaAndThenIncreaseQuotaWithNoWrite() throws Exception
Exception
public void testSetQuotaAndThenIncreaseQuotaWithNoWritesCompactions() throws Exception
Exception
public void testSetQuotaAndThenIncreaseQuotaWithDisable() throws Exception
Exception
private void setQuotaAndThenIncreaseQuota(org.apache.hadoop.hbase.quotas.SpaceViolationPolicy policy) throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.