Package org.apache.hadoop.hbase.quotas
Class TestSpaceQuotaRemoval
java.lang.Object
org.apache.hadoop.hbase.quotas.TestSpaceQuotaRemoval
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private SpaceQuotaHelperForTests
private static final HBaseTestingUtil
org.junit.rules.TestName
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
private void
setQuotaAndThenRemove
(org.apache.hadoop.hbase.quotas.SpaceViolationPolicy policy) private void
setQuotaAndThenRemoveInOneAmongTwoTables
(org.apache.hadoop.hbase.quotas.SpaceViolationPolicy policy) private void
setQuotaNextDisableThenIncreaseFinallyEnable
(org.apache.hadoop.hbase.quotas.SpaceViolationPolicy policy) static void
setUp()
static void
tearDown()
void
void
void
void
void
void
void
void
void
void
void
void
void
void
-
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
-