Package org.apache.hadoop.hbase
Class TestCatalogFamilyFormat
java.lang.Object
org.apache.hadoop.hbase.TestCatalogFamilyFormat
@Tag("org.apache.hadoop.hbase.testclassification.ClientTests") @Tag("org.apache.hadoop.hbase.testclassification.SmallTests")
public class TestCatalogFamilyFormat
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidtestParseRegionInfoFromRegionName(org.junit.jupiter.api.TestInfo testInfo) The info we can get from the regionName is: table name, start key, regionId, replicaId.void
-
Constructor Details
-
TestCatalogFamilyFormat
public TestCatalogFamilyFormat()
-
-
Method Details
-
testParseReplicaIdFromServerColumn
-
testMetaReaderGetColumnMethods
-
testParseRegionInfoFromRegionName
@Test public void testParseRegionInfoFromRegionName(org.junit.jupiter.api.TestInfo testInfo) throws IOException The info we can get from the regionName is: table name, start key, regionId, replicaId.- Throws:
IOException
-