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 Summary
Fields inherited from class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover.MasterAction
connection
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.client.TableDescriptor
selectTable
(ConcurrentHashMap<org.apache.hadoop.hbase.TableName, org.apache.hadoop.hbase.client.TableDescriptor> tableMap) Methods inherited from class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover.MasterAction
perform
-
Constructor Details
-
TableAction
private TableAction()
-
-
Method Details
-
selectTable
protected org.apache.hadoop.hbase.client.TableDescriptor selectTable(ConcurrentHashMap<org.apache.hadoop.hbase.TableName, org.apache.hadoop.hbase.client.TableDescriptor> tableMap)
-