Package org.apache.hadoop.hbase
Class IntegrationTestDDLMasterFailover.ColumnAction
java.lang.Object
org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover.MasterAction
org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover.TableAction
org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover.ColumnAction
- Direct Known Subclasses:
IntegrationTestDDLMasterFailover.AddColumnFamilyAction
,IntegrationTestDDLMasterFailover.AddRowAction
,IntegrationTestDDLMasterFailover.AlterFamilyEncodingAction
,IntegrationTestDDLMasterFailover.AlterFamilyVersionsAction
,IntegrationTestDDLMasterFailover.DeleteColumnFamilyAction
- Enclosing class:
- IntegrationTestDDLMasterFailover
private abstract class IntegrationTestDDLMasterFailover.ColumnAction
extends IntegrationTestDDLMasterFailover.TableAction
-
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.ColumnFamilyDescriptor
selectFamily
(org.apache.hadoop.hbase.client.TableDescriptor td) Methods inherited from class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover.TableAction
selectTable
Methods inherited from class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover.MasterAction
perform
-
Constructor Details
-
ColumnAction
private ColumnAction()
-
-
Method Details
-
selectFamily
protected org.apache.hadoop.hbase.client.ColumnFamilyDescriptor selectFamily(org.apache.hadoop.hbase.client.TableDescriptor td)
-