public class TestSpaceQuotaOnBulkLoad extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private SpaceQuotaHelperForTests |
helper |
private static org.slf4j.Logger |
LOG |
private static HBaseTestingUtility |
TEST_UTIL |
org.junit.rules.TestName |
testName |
Constructor and Description |
---|
TestSpaceQuotaOnBulkLoad() |
Modifier and Type | Method and Description |
---|---|
private Map<org.apache.hadoop.hbase.client.RegionInfo,Long> |
getReportedSizesForTable(org.apache.hadoop.hbase.TableName tn) |
void |
removeAllQuotas() |
static void |
setUp() |
static void |
tearDown() |
void |
testAtomicBulkLoadUnderQuota() |
void |
testNoBulkLoadsWithNoWrites() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final HBaseTestingUtility TEST_UTIL
public org.junit.rules.TestName testName
private SpaceQuotaHelperForTests helper
public TestSpaceQuotaOnBulkLoad()
public void removeAllQuotas() throws Exception
Exception
public void testNoBulkLoadsWithNoWrites() throws Exception
Exception
public void testAtomicBulkLoadUnderQuota() throws Exception
Exception
private Map<org.apache.hadoop.hbase.client.RegionInfo,Long> getReportedSizesForTable(org.apache.hadoop.hbase.TableName tn)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.