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
@Tag("org.apache.hadoop.hbase.testclassification.LargeTests") @Tag("org.apache.hadoop.hbase.testclassification.ClientTests")
public class TestAsyncTableAdminApi2
extends TestAsyncAdminBase
Class to test asynchronous table admin operations
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.client.TestAsyncAdminBase
admin, ASYNC_CONN, FAMILY, FAMILY_0, FAMILY_1, getAdmin, LOG, tableName, TEST_UTIL -
Constructor Summary
ConstructorsConstructorDescriptionTestAsyncTableAdminApi2(Supplier<org.apache.hadoop.hbase.client.AsyncAdmin> admin) -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidvoidvoidvoidvoidvoidvoidvoidvoidprivate voidverifyTableDescriptor(org.apache.hadoop.hbase.client.TableDescriptor htd, org.apache.hadoop.hbase.TableName tableName, byte[]... families) private voidverifyTableDescriptor(org.apache.hadoop.hbase.TableName tableName, byte[]... families) Methods inherited from class org.apache.hadoop.hbase.client.TestAsyncAdminBase
createTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, parameters, setUp, tearDownMethods inherited from class org.apache.hadoop.hbase.client.AbstractTestUpdateConfiguration
addResourceToRegionServerConfiguration, replaceHBaseSiteXML, restoreHBaseSiteXML, setUpConfigurationFiles
-
Constructor Details
-
TestAsyncTableAdminApi2
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
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
-