Uses of Interface
org.apache.hadoop.hbase.ClusterManager
Packages that use ClusterManager
-
Uses of ClusterManager in org.apache.hadoop.hbase
Classes in org.apache.hadoop.hbase that implement ClusterManagerModifier and TypeClassDescriptionclassOverrides commands to make use of coprocessor where possible.classA default cluster manager for HBase.classA ClusterManager implementation designed to control Cloudera Manager (http://www.cloudera.com) clusters via REST API.classFields in org.apache.hadoop.hbase declared as ClusterManagerModifier and TypeFieldDescriptionprivate ClusterManagerDistributedHBaseCluster.clusterManagerprivate ClusterManagerTestRESTApiClusterManager.clusterManagerprivate ClusterManagerRESTApiClusterManager.hBaseClusterManagerFields in org.apache.hadoop.hbase with type parameters of type ClusterManagerModifier and TypeFieldDescriptionprivate static final Class<? extends ClusterManager>IntegrationTestingUtility.DEFAULT_HBASE_CLUSTER_MANAGER_CLASSMethods in org.apache.hadoop.hbase that return ClusterManagerMethods in org.apache.hadoop.hbase with parameters of type ClusterManagerModifier and TypeMethodDescriptionvoidDistributedHBaseCluster.setClusterManager(ClusterManager clusterManager) Constructors in org.apache.hadoop.hbase with parameters of type ClusterManagerModifierConstructorDescriptionDistributedHBaseCluster(org.apache.hadoop.conf.Configuration conf, ClusterManager clusterManager)