Package org.apache.hadoop.hbase.client
Class TestAsyncTableAdminApi
java.lang.Object
org.apache.hadoop.hbase.client.AbstractTestUpdateConfiguration
org.apache.hadoop.hbase.client.TestAsyncAdminBase
org.apache.hadoop.hbase.client.TestAsyncTableAdminApi
Class to test asynchronous table admin operations.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription(package private) static org.apache.hadoop.hbase.client.TableState.StategetStateFromMeta(org.apache.hadoop.hbase.TableName table) voidprivate voidtestCloneTableSchema(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.TableName newTableName, boolean preserveSplits) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidprivate voidtestTruncateTable(org.apache.hadoop.hbase.TableName tableName, boolean preserveSplits) voidMethods inherited from class org.apache.hadoop.hbase.client.TestAsyncAdminBasecreateTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, params, setUp, setUpBeforeClass, tearDown, tearDownAfterClassMethods inherited from class org.apache.hadoop.hbase.client.AbstractTestUpdateConfigurationaddResourceToRegionServerConfiguration, replaceHBaseSiteXML, restoreHBaseSiteXML, setUpConfigurationFiles
- 
Field Details- 
CLASS_RULE
 
- 
- 
Constructor Details- 
TestAsyncTableAdminApipublic TestAsyncTableAdminApi()
 
- 
- 
Method Details- 
testCreateTable- Throws:
- Exception
 
- 
getStateFromMetastatic org.apache.hadoop.hbase.client.TableState.State getStateFromMeta(org.apache.hadoop.hbase.TableName table) throws Exception - Throws:
- Exception
 
- 
testCreateTableNumberOfRegions- Throws:
- Exception
 
- 
testCreateTableWithRegions- Throws:
- Exception
 
- 
testCreateTableWithOnlyEmptyStartRow- Throws:
- Exception
 
- 
testCreateTableWithEmptyRowInTheSplitKeys- Throws:
- Exception
 
- 
testDeleteTable- Throws:
- Exception
 
- 
testTruncateTable- Throws:
- Exception
 
- 
testTruncateTablePreservingSplits- Throws:
- Exception
 
- 
testTruncateTableprivate void testTruncateTable(org.apache.hadoop.hbase.TableName tableName, boolean preserveSplits) throws Exception - Throws:
- Exception
 
- 
testCloneTableSchema- Throws:
- Exception
 
- 
testCloneTableSchemaPreservingSplits- Throws:
- Exception
 
- 
testCloneTableSchemaprivate void testCloneTableSchema(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.TableName newTableName, boolean preserveSplits) throws Exception - Throws:
- Exception
 
- 
testCloneTableSchemaWithNonExistentSourceTable- Throws:
- Exception
 
- 
testCloneTableSchemaWithExistentDestinationTable- Throws:
- Exception
 
- 
testIsTableAvailableWithInexistantTable- Throws:
- Exception
 
 
-