public class TestMetaFixerNoCluster extends Object
MetaFixer
. For cluster tests see TestMetaFixer
Modifier and Type | Field and Description |
---|---|
private static org.apache.hadoop.hbase.client.RegionInfo |
_ARI |
private static org.apache.hadoop.hbase.client.RegionInfo |
_BRI |
private static byte[] |
A |
private static org.apache.hadoop.hbase.client.RegionInfo |
ABRI |
private static org.apache.hadoop.hbase.client.RegionInfo |
ACRI |
private static org.apache.hadoop.hbase.client.RegionInfo |
ADRI |
private static org.apache.hadoop.hbase.client.RegionInfo |
ALL |
private static byte[] |
B |
private static byte[] |
C |
private static org.apache.hadoop.hbase.client.RegionInfo |
C_RI |
private static org.apache.hadoop.hbase.client.RegionInfo |
CDRI |
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
D |
private static org.apache.hadoop.hbase.client.RegionInfo |
D_RI |
Constructor and Description |
---|
TestMetaFixerNoCluster() |
Modifier and Type | Method and Description |
---|---|
void |
testCalculateMergesAggregation() |
void |
testCalculateMergesNoAggregation() |
void |
testCalculateMergesNoRepeatOfRegionNames() |
void |
testCalculateMergesRespectsMax() |
void |
testGetRegionInfoWithLargestEndKey() |
void |
testIsOverlap() |
public static final HBaseClassTestRule CLASS_RULE
private static byte[] A
private static byte[] B
private static byte[] C
private static byte[] D
private static org.apache.hadoop.hbase.client.RegionInfo ALL
private static org.apache.hadoop.hbase.client.RegionInfo _ARI
private static org.apache.hadoop.hbase.client.RegionInfo _BRI
private static org.apache.hadoop.hbase.client.RegionInfo ABRI
private static org.apache.hadoop.hbase.client.RegionInfo ACRI
private static org.apache.hadoop.hbase.client.RegionInfo CDRI
private static org.apache.hadoop.hbase.client.RegionInfo ADRI
private static org.apache.hadoop.hbase.client.RegionInfo D_RI
private static org.apache.hadoop.hbase.client.RegionInfo C_RI
public TestMetaFixerNoCluster()
public void testGetRegionInfoWithLargestEndKey()
public void testIsOverlap()
public void testCalculateMergesNoAggregation()
public void testCalculateMergesAggregation()
public void testCalculateMergesNoRepeatOfRegionNames()
public void testCalculateMergesRespectsMax()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.