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 TypeClassDescriptionclass
Overrides commands to make use of coprocessor where possible.class
A default cluster manager for HBase.class
A ClusterManager implementation designed to control Cloudera Manager (http://www.cloudera.com) clusters via REST API.class
Fields in org.apache.hadoop.hbase declared as ClusterManagerModifier and TypeFieldDescriptionprivate ClusterManager
DistributedHBaseCluster.clusterManager
private ClusterManager
TestRESTApiClusterManager.clusterManager
private ClusterManager
RESTApiClusterManager.hBaseClusterManager
Fields in org.apache.hadoop.hbase with type parameters of type ClusterManagerModifier and TypeFieldDescriptionprivate static final Class<? extends ClusterManager>
IntegrationTestingUtility.DEFAULT_HBASE_CLUSTER_MANAGER_CLASS
Methods in org.apache.hadoop.hbase that return ClusterManagerMethods in org.apache.hadoop.hbase with parameters of type ClusterManagerModifier and TypeMethodDescriptionvoid
DistributedHBaseCluster.setClusterManager
(ClusterManager clusterManager) Constructors in org.apache.hadoop.hbase with parameters of type ClusterManagerModifierConstructorDescriptionDistributedHBaseCluster
(org.apache.hadoop.conf.Configuration conf, ClusterManager clusterManager)