Package org.apache.hadoop.hbase
Class IntegrationTestDDLMasterFailover.AddColumnFamilyAction
java.lang.Object
org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover.MasterAction
org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover.TableAction
org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover.ColumnAction
org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover.AddColumnFamilyAction
- Enclosing class:
- IntegrationTestDDLMasterFailover
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover.MasterAction
connection
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
(package private) void
perform()
Methods inherited from class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover.ColumnAction
selectFamily
Methods inherited from class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover.TableAction
selectTable
-
Constructor Details
-
AddColumnFamilyAction
private AddColumnFamilyAction()
-
-
Method Details
-
perform
- Specified by:
perform
in classIntegrationTestDDLMasterFailover.MasterAction
- Throws:
IOException
-
createFamilyDesc
-