Package org.apache.hadoop.hbase.quotas
Class TestSpaceQuotaRemoval
java.lang.Object
org.apache.hadoop.hbase.quotas.TestSpaceQuotaRemoval
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate SpaceQuotaHelperForTestsprivate static final HBaseTestingUtilityorg.junit.rules.TestName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprivate 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
-
CLASS_RULE
-
TEST_UTIL
-
testName
-
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
-