Package org.apache.hadoop.hbase
Class IntegrationTestDDLMasterFailover.NamespaceAction
java.lang.Object
org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover.MasterAction
org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover.NamespaceAction
- Direct Known Subclasses:
IntegrationTestDDLMasterFailover.CreateNamespaceAction
,IntegrationTestDDLMasterFailover.DeleteNamespaceAction
,IntegrationTestDDLMasterFailover.ModifyNamespaceAction
- Enclosing class:
- IntegrationTestDDLMasterFailover
private abstract class IntegrationTestDDLMasterFailover.NamespaceAction
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.NamespaceDescriptor
selectNamespace
(ConcurrentHashMap<String, org.apache.hadoop.hbase.NamespaceDescriptor> namespaceMap) Methods inherited from class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover.MasterAction
perform
-
Field Details
-
nsTestConfigKey
- See Also:
-
-
Constructor Details
-
NamespaceAction
private NamespaceAction()
-
-
Method Details
-
selectNamespace
protected org.apache.hadoop.hbase.NamespaceDescriptor selectNamespace(ConcurrentHashMap<String, org.apache.hadoop.hbase.NamespaceDescriptor> namespaceMap)
-