Package org.apache.hadoop.hbase.quotas
Class TestSpaceQuotaOnBulkLoad
java.lang.Object
org.apache.hadoop.hbase.quotas.TestSpaceQuotaOnBulkLoad
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private SpaceQuotaHelperForTests
private static final org.slf4j.Logger
private static final HBaseTestingUtil
org.junit.rules.TestName
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetReportedSizesForTable
(org.apache.hadoop.hbase.TableName tn) void
static void
setUp()
static void
tearDown()
void
void
-
Field Details
-
CLASS_RULE
-
LOG
-
TEST_UTIL
-
testName
-
helper
-
-
Constructor Details
-
TestSpaceQuotaOnBulkLoad
public TestSpaceQuotaOnBulkLoad()
-
-
Method Details
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
removeAllQuotas
- Throws:
Exception
-
testNoBulkLoadsWithNoWrites
- Throws:
Exception
-
testAtomicBulkLoadUnderQuota
- Throws:
Exception
-
getReportedSizesForTable
private Map<org.apache.hadoop.hbase.client.RegionInfo,Long> getReportedSizesForTable(org.apache.hadoop.hbase.TableName tn)
-