public class TestSpaceQuotasWithRegionReplicas 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 |
---|
TestSpaceQuotasWithRegionReplicas() |
Modifier and Type | Method and Description |
---|---|
void |
removeAllQuotas() |
private void |
setQuotaAndVerifyForRegionReplication(int region,
int replicatedRegion,
org.apache.hadoop.hbase.quotas.SpaceViolationPolicy policy) |
static void |
setUp() |
static void |
tearDown() |
void |
testSetQuotaWithMultipleRegionZeroRegionReplicas() |
void |
testSetQuotaWithRegionReplicaMultipleRegion() |
void |
testSetQuotaWithRegionReplicaSingleRegion() |
void |
testSetQuotaWithSingleRegionZeroRegionReplica() |
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 TestSpaceQuotasWithRegionReplicas()
public void removeAllQuotas() throws Exception
Exception
public void testSetQuotaWithRegionReplicaSingleRegion() throws Exception
Exception
public void testSetQuotaWithRegionReplicaMultipleRegion() throws Exception
Exception
public void testSetQuotaWithSingleRegionZeroRegionReplica() throws Exception
Exception
public void testSetQuotaWithMultipleRegionZeroRegionReplicas() throws Exception
Exception
private void setQuotaAndVerifyForRegionReplication(int region, int replicatedRegion, org.apache.hadoop.hbase.quotas.SpaceViolationPolicy policy) throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.