public class TestAsyncTableAdminApi2 extends TestAsyncAdminBase
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
| Constructor and Description |
|---|
TestAsyncTableAdminApi2() |
| Modifier and Type | Method and Description |
|---|---|
void |
testAddColumnFamily() |
void |
testAddSameColumnFamilyTwice() |
void |
testCompactionTimestamps() |
void |
testDeleteColumnFamily() |
void |
testDeleteSameColumnFamilyTwice() |
void |
testDisableCatalogTable() |
void |
testModifyColumnFamily() |
void |
testModifyNonExistingColumnFamily() |
void |
testTableAvailableWithRandomSplitKeys() |
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) |
createTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, params, setUp, setUpBeforeClass, tearDown, tearDownAfterClasspublic static final HBaseClassTestRule CLASS_RULE
public TestAsyncTableAdminApi2()
public void testDisableCatalogTable() throws Exception
Exceptionpublic void testAddColumnFamily() throws Exception
Exceptionpublic void testAddSameColumnFamilyTwice() throws Exception
Exceptionpublic void testModifyColumnFamily() throws Exception
Exceptionpublic void testModifyNonExistingColumnFamily() throws Exception
Exceptionpublic void testDeleteColumnFamily() throws Exception
Exceptionpublic void testDeleteSameColumnFamilyTwice() throws Exception
Exceptionprivate void verifyTableDescriptor(org.apache.hadoop.hbase.TableName tableName, byte[]... families) throws Exception
Exceptionprivate void verifyTableDescriptor(org.apache.hadoop.hbase.client.TableDescriptor htd, org.apache.hadoop.hbase.TableName tableName, byte[]... families)
public void testTableAvailableWithRandomSplitKeys() throws Exception
Exceptionpublic void testCompactionTimestamps() throws Exception
ExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.