Package org.apache.hadoop.hbase.quotas
Class TestSpaceQuotaRemoval
java.lang.Object
org.apache.hadoop.hbase.quotas.TestSpaceQuotaRemoval
@Tag("org.apache.hadoop.hbase.testclassification.LargeTests")
public class TestSpaceQuotaRemoval
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate SpaceQuotaHelperForTestsprivate static final HBaseTestingUtil -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidremoveAllQuotas(org.junit.jupiter.api.TestInfo testInfo) private voidsetQuotaAndThenRemove(org.apache.hadoop.hbase.quotas.SpaceViolationPolicy policy) private voidsetQuotaAndThenRemoveInOneAmongTwoTables(org.apache.hadoop.hbase.quotas.SpaceViolationPolicy policy) private voidsetQuotaNextDisableThenIncreaseFinallyEnable(org.apache.hadoop.hbase.quotas.SpaceViolationPolicy policy) static voidsetUp()static voidtearDown()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Field Details
-
TEST_UTIL
-
helper
-
-
Constructor Details
-
TestSpaceQuotaRemoval
public TestSpaceQuotaRemoval()
-
-
Method Details
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
removeAllQuotas
- Throws:
Exception
-
testSetQuotaAndThenRemoveInOneWithNoInserts
- Throws:
Exception
-
testSetQuotaAndThenRemoveInOneWithNoWrite
- Throws:
Exception
-
testSetQuotaAndThenRemoveInOneWithNoWritesCompaction
- Throws:
Exception
-
testSetQuotaAndThenRemoveInOneWithDisable
- Throws:
Exception
-
testSetQuotaAndThenRemoveWithNoInserts
- Throws:
Exception
-
testSetQuotaAndThenRemoveWithNoWrite
- Throws:
Exception
-
testSetQuotaAndThenRemoveWithNoWritesCompactions
- Throws:
Exception
-
testSetQuotaAndThenRemoveWithDisable
- Throws:
Exception
-
testSetQuotaAndThenDisableIncrEnableWithNoInserts
- Throws:
Exception
-
testSetQuotaAndThenDisableIncrEnableWithNoWrite
- Throws:
Exception
-
testSetQuotaAndThenDisableIncrEnableWithNoWritesCompaction
- Throws:
Exception
-
testSetQuotaAndThenDisableIncrEnableWithDisable
- Throws:
Exception
-
setQuotaAndThenRemove
private void setQuotaAndThenRemove(org.apache.hadoop.hbase.quotas.SpaceViolationPolicy policy) throws Exception - Throws:
Exception
-
testDeleteTableUsageSnapshotsForNamespace
- Throws:
Exception
-
testSetNamespaceSizeQuotaAndThenRemove
- Throws:
Exception
-
setQuotaAndThenRemoveInOneAmongTwoTables
private void setQuotaAndThenRemoveInOneAmongTwoTables(org.apache.hadoop.hbase.quotas.SpaceViolationPolicy policy) throws Exception - Throws:
Exception
-
setQuotaNextDisableThenIncreaseFinallyEnable
private void setQuotaNextDisableThenIncreaseFinallyEnable(org.apache.hadoop.hbase.quotas.SpaceViolationPolicy policy) throws Exception - Throws:
Exception
-