public class TestAdmin extends TestAdminBase
| Modifier and Type | Field and Description | 
|---|---|
| static HBaseClassTestRule | CLASS_RULE | 
| private static org.slf4j.Logger | LOG | 
ADMIN, name, NB_SERVERS, TEST_UTIL| Constructor and Description | 
|---|
| TestAdmin() | 
getStateFromMeta, setUpBeforeClass, tearDown, tearDownAfterClasspublic static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
public TestAdmin()
public void testCreateTable() throws IOException
IOExceptionpublic void testTruncateTable() throws IOException
IOExceptionpublic void testTruncateTablePreservingSplits() throws IOException
IOExceptionprivate void testTruncateTable(org.apache.hadoop.hbase.TableName tableName, boolean preserveSplits) throws IOException
IOExceptionpublic void testCreateTableNumberOfRegions() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void testCreateTableWithRegions() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic void testCreateTableWithOnlyEmptyStartRow() throws IOException
IOExceptionpublic void testCreateTableWithEmptyRowInTheSplitKeys() throws IOException
IOExceptionprivate void verifyRoundRobinDistribution(org.apache.hadoop.hbase.client.RegionLocator regionLocator, int expectedRegions) throws IOException
IOExceptionpublic void testCloneTableSchema() throws Exception
Exceptionpublic void testCloneTableSchemaPreservingSplits() throws Exception
Exceptionprivate void testCloneTableSchema(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.TableName newTableName, boolean preserveSplits) throws Exception
Exceptionpublic void testCloneTableSchemaWithNonExistentSourceTable() throws Exception
Exceptionpublic void testCloneTableSchemaWithExistentDestinationTable() throws Exception
Exceptionpublic void testModifyTableOnTableWithRegionReplicas() throws Exception
Exceptionpublic void testOnlineChangeTableSchema() throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.