Package org.apache.hadoop.hbase.quotas
Class TestSpaceQuotaOnBulkLoad
java.lang.Object
org.apache.hadoop.hbase.quotas.TestSpaceQuotaOnBulkLoad
@Tag("org.apache.hadoop.hbase.testclassification.MediumTests")
public class TestSpaceQuotaOnBulkLoad
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate SpaceQuotaHelperForTestsprivate static final org.slf4j.Loggerprivate static final HBaseTestingUtilprivate org.junit.jupiter.api.TestInfo -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetReportedSizesForTable(org.apache.hadoop.hbase.TableName tn) voidremoveAllQuotas(org.junit.jupiter.api.TestInfo testInfo) static voidsetUp()static voidtearDown()voidvoid
-
Field Details
-
LOG
-
TEST_UTIL
-
helper
-
testInfo
-
-
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)
-