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, tearDownAfterClass
addResourceToRegionServerConfiguration, replaceHBaseSiteXML, restoreHBaseSiteXML, setUpConfigurationFiles
public static final HBaseClassTestRule CLASS_RULE
public TestAsyncTableAdminApi2()
public void testDisableCatalogTable() throws Exception
Exception
public void testAddColumnFamily() throws Exception
Exception
public void testAddSameColumnFamilyTwice() throws Exception
Exception
public void testModifyColumnFamily() throws Exception
Exception
public void testModifyNonExistingColumnFamily() throws Exception
Exception
public void testDeleteColumnFamily() throws Exception
Exception
public void testDeleteSameColumnFamilyTwice() throws Exception
Exception
private void verifyTableDescriptor(org.apache.hadoop.hbase.TableName tableName, byte[]... families) throws Exception
Exception
private void verifyTableDescriptor(org.apache.hadoop.hbase.client.TableDescriptor htd, org.apache.hadoop.hbase.TableName tableName, byte[]... families)
public void testTableAvailableWithRandomSplitKeys() throws Exception
Exception
public void testCompactionTimestamps() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.