Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.coprocessor |
Table of Contents
|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.master.balancer | |
org.apache.hadoop.hbase.rsgroup |
Modifier and Type | Class and Description |
---|---|
class |
ClusterStatus
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0
Use
ClusterMetrics instead. |
Modifier and Type | Method and Description |
---|---|
ClusterMetrics |
ClusterMetricsBuilder.build() |
static ClusterMetrics |
ClusterMetricsBuilder.toClusterMetrics(ClusterStatusProtos.ClusterStatus proto) |
Modifier and Type | Method and Description |
---|---|
static ClusterStatusProtos.ClusterStatus |
ClusterMetricsBuilder.toClusterStatus(ClusterMetrics metrics) |
Constructor and Description |
---|
ClusterStatus(ClusterMetrics metrics)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
default ClusterMetrics |
Admin.getClusterMetrics()
Get whole cluster metrics, containing status about:
|
ClusterMetrics |
HBaseAdmin.getClusterMetrics(EnumSet<ClusterMetrics.Option> options) |
ClusterMetrics |
Admin.getClusterMetrics(EnumSet<ClusterMetrics.Option> options)
Get cluster status with a set of
ClusterMetrics.Option to get desired status. |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<ClusterMetrics> |
AsyncAdmin.getClusterMetrics() |
CompletableFuture<ClusterMetrics> |
AsyncAdmin.getClusterMetrics(EnumSet<ClusterMetrics.Option> options) |
Modifier and Type | Method and Description |
---|---|
default void |
MasterObserver.postGetClusterMetrics(ObserverContext<MasterCoprocessorEnvironment> ctx,
ClusterMetrics status)
Called after get cluster status.
|
Modifier and Type | Method and Description |
---|---|
ClusterMetrics |
HMaster.getClusterMetrics() |
ClusterMetrics |
HMaster.getClusterMetrics(EnumSet<ClusterMetrics.Option> options) |
ClusterMetrics |
HMaster.getClusterMetricsWithoutCoprocessor() |
ClusterMetrics |
HMaster.getClusterMetricsWithoutCoprocessor(EnumSet<ClusterMetrics.Option> options) |
Modifier and Type | Method and Description |
---|---|
void |
MasterCoprocessorHost.postGetClusterMetrics(ClusterMetrics status) |
void |
ClusterStatusPublisher.Publisher.publish(ClusterMetrics cs) |
void |
ClusterStatusPublisher.MulticastPublisher.publish(ClusterMetrics cs) |
void |
LoadBalancer.setClusterMetrics(ClusterMetrics st)
Set the current cluster status.
|
Modifier and Type | Field and Description |
---|---|
protected ClusterMetrics |
BaseLoadBalancer.clusterStatus |
Modifier and Type | Method and Description |
---|---|
void |
StochasticLoadBalancer.setClusterMetrics(ClusterMetrics st) |
void |
BaseLoadBalancer.setClusterMetrics(ClusterMetrics st) |
Modifier and Type | Method and Description |
---|---|
void |
RSGroupBasedLoadBalancer.setClusterMetrics(ClusterMetrics sm) |
Copyright © 2007–2019 Cloudera. All rights reserved.