Package org.apache.hadoop.hbase
Class IntegrationTestDDLMasterFailover.TableAction
java.lang.Object
org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover.MasterAction
org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover.TableAction
- Direct Known Subclasses:
- IntegrationTestDDLMasterFailover.ColumnAction,- IntegrationTestDDLMasterFailover.CreateTableAction,- IntegrationTestDDLMasterFailover.DeleteTableAction,- IntegrationTestDDLMasterFailover.DisableTableAction,- IntegrationTestDDLMasterFailover.EnableTableAction
- Enclosing class:
- IntegrationTestDDLMasterFailover
private abstract class IntegrationTestDDLMasterFailover.TableAction
extends IntegrationTestDDLMasterFailover.MasterAction
- 
Field SummaryFields inherited from class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover.MasterActionconnection
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.client.TableDescriptorselectTable(ConcurrentHashMap<org.apache.hadoop.hbase.TableName, org.apache.hadoop.hbase.client.TableDescriptor> tableMap) Methods inherited from class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover.MasterActionperform
- 
Constructor Details- 
TableActionprivate TableAction()
 
- 
- 
Method Details- 
selectTableprotected org.apache.hadoop.hbase.client.TableDescriptor selectTable(ConcurrentHashMap<org.apache.hadoop.hbase.TableName, org.apache.hadoop.hbase.client.TableDescriptor> tableMap) 
 
-