public class TestAsyncTableAdminApi extends TestAsyncAdminBase
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
| Constructor and Description |
|---|
TestAsyncTableAdminApi() |
| Modifier and Type | Method and Description |
|---|---|
void |
testCloneTableSchema() |
void |
testCloneTableSchemaPreservingSplits() |
void |
testCloneTableSchemaWithExistentDestinationTable() |
void |
testCloneTableSchemaWithNonExistentSourceTable() |
void |
testCreateTable() |
void |
testCreateTableNumberOfRegions() |
void |
testCreateTableWithEmptyRowInTheSplitKeys() |
void |
testCreateTableWithOnlyEmptyStartRow() |
void |
testCreateTableWithRegions() |
void |
testDeleteTable() |
void |
testTruncateTable() |
void |
testTruncateTablePreservingSplits() |
createTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, params, setUp, setUpBeforeClass, tearDown, tearDownAfterClasspublic static final HBaseClassTestRule CLASS_RULE
public TestAsyncTableAdminApi()
public void testCreateTable() throws Exception
Exceptionpublic void testCreateTableNumberOfRegions() throws Exception
Exceptionpublic void testCreateTableWithRegions() throws Exception
Exceptionpublic void testCreateTableWithOnlyEmptyStartRow() throws Exception
Exceptionpublic void testCreateTableWithEmptyRowInTheSplitKeys() throws Exception
Exceptionpublic void testDeleteTable() throws Exception
Exceptionpublic void testTruncateTable() throws Exception
Exceptionpublic void testTruncateTablePreservingSplits() throws Exception
Exceptionpublic void testCloneTableSchema() throws Exception
Exceptionpublic void testCloneTableSchemaPreservingSplits() throws Exception
Exceptionpublic void testCloneTableSchemaWithNonExistentSourceTable() throws Exception
Exceptionpublic void testCloneTableSchemaWithExistentDestinationTable() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.