public class TestRegionInfoBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
| Constructor and Description |
|---|
TestRegionInfoBuilder() |
| Modifier and Type | Method and Description |
|---|---|
private org.apache.hadoop.hbase.HRegionInfo |
convert(org.apache.hadoop.hbase.client.RegionInfo ri) |
(package private) long |
getModTime(org.apache.hadoop.hbase.regionserver.HRegion r) |
void |
testBuilder() |
void |
testComparator() |
void |
testContainsRange() |
void |
testConvert() |
void |
testCreateRegionInfoName() |
void |
testLastRegionCompare() |
void |
testMetaTables() |
void |
testParseName() |
void |
testPb() |
void |
testReadAndWriteRegionInfoFile() |
void |
testRegionNameForRegionReplicas() |
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
public TestRegionInfoBuilder()
public void testBuilder()
public void testPb() throws org.apache.hadoop.hbase.exceptions.DeserializationException
org.apache.hadoop.hbase.exceptions.DeserializationExceptionpublic void testReadAndWriteRegionInfoFile() throws IOException, InterruptedException
IOExceptionInterruptedExceptionlong getModTime(org.apache.hadoop.hbase.regionserver.HRegion r) throws IOException
IOExceptionpublic void testCreateRegionInfoName() throws Exception
Exceptionpublic void testContainsRange()
public void testLastRegionCompare()
public void testMetaTables()
public void testComparator()
public void testRegionNameForRegionReplicas() throws Exception
Exceptionpublic void testParseName() throws IOException
IOExceptionpublic void testConvert()
private org.apache.hadoop.hbase.HRegionInfo convert(org.apache.hadoop.hbase.client.RegionInfo ri)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.