Package org.apache.hadoop.hbase.client
Class TestAsyncTableAdminApi2
java.lang.Object
org.apache.hadoop.hbase.client.AbstractTestUpdateConfiguration
org.apache.hadoop.hbase.client.TestAsyncAdminBase
org.apache.hadoop.hbase.client.TestAsyncTableAdminApi2
Class to test asynchronous table admin operations
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
private void
verifyTableDescriptor
(org.apache.hadoop.hbase.client.TableDescriptor htd, org.apache.hadoop.hbase.TableName tableName, byte[]... families) private void
verifyTableDescriptor
(org.apache.hadoop.hbase.TableName tableName, byte[]... families) Methods inherited from class org.apache.hadoop.hbase.client.TestAsyncAdminBase
createTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, params, setUp, setUpBeforeClass, tearDown, tearDownAfterClass
Methods inherited from class org.apache.hadoop.hbase.client.AbstractTestUpdateConfiguration
addResourceToRegionServerConfiguration, replaceHBaseSiteXML, restoreHBaseSiteXML, setUpConfigurationFiles
-
Field Details
-
CLASS_RULE
-
-
Constructor Details
-
TestAsyncTableAdminApi2
public TestAsyncTableAdminApi2()
-
-
Method Details
-
testDisableCatalogTable
- Throws:
Exception
-
testAddColumnFamily
- Throws:
Exception
-
testAddSameColumnFamilyTwice
- Throws:
Exception
-
testModifyColumnFamily
- Throws:
Exception
-
testModifyNonExistingColumnFamily
- Throws:
Exception
-
testDeleteColumnFamily
- Throws:
Exception
-
testDeleteSameColumnFamilyTwice
- Throws:
Exception
-
verifyTableDescriptor
private void verifyTableDescriptor(org.apache.hadoop.hbase.TableName tableName, byte[]... families) throws Exception - Throws:
Exception
-
verifyTableDescriptor
private void verifyTableDescriptor(org.apache.hadoop.hbase.client.TableDescriptor htd, org.apache.hadoop.hbase.TableName tableName, byte[]... families) -
testCompactionTimestamps
- Throws:
Exception
-