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.hbtop.mode | |
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.master.balancer | |
org.apache.hadoop.hbase.rsgroup |
Modifier and Type | Method and Description |
---|---|
static ClusterStatus |
ClusterStatus.convert(org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.ClusterStatus proto)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ClusterStatus |
Admin.getClusterStatus() |
ClusterStatus |
HBaseAdmin.getClusterStatus() |
Modifier and Type | Method and Description |
---|---|
void |
BaseMasterAndRegionObserver.postGetClusterStatus(ObserverContext<MasterCoprocessorEnvironment> ctx,
ClusterStatus status) |
void |
MasterObserver.postGetClusterStatus(ObserverContext<MasterCoprocessorEnvironment> ctx,
ClusterStatus status)
Called after get cluster status.
|
void |
BaseMasterObserver.postGetClusterStatus(ObserverContext<MasterCoprocessorEnvironment> ctx,
ClusterStatus status) |
Modifier and Type | Method and Description |
---|---|
List<Record> |
RegionModeStrategy.getRecords(ClusterStatus clusterStatus) |
List<Record> |
NamespaceModeStrategy.getRecords(ClusterStatus clusterStatus) |
List<Record> |
TableModeStrategy.getRecords(ClusterStatus clusterStatus) |
List<Record> |
RegionServerModeStrategy.getRecords(ClusterStatus clusterStatus) |
List<Record> |
Mode.getRecords(ClusterStatus clusterStatus) |
Modifier and Type | Method and Description |
---|---|
ClusterStatus |
HMaster.getClusterStatus() |
ClusterStatus |
HMaster.getClusterStatusWithoutCoprocessor() |
Modifier and Type | Method and Description |
---|---|
void |
MasterCoprocessorHost.postGetClusterStatus(ClusterStatus status) |
void |
ClusterStatusPublisher.Publisher.publish(ClusterStatus cs) |
void |
ClusterStatusPublisher.MulticastPublisher.publish(ClusterStatus cs) |
void |
LoadBalancer.setClusterStatus(ClusterStatus st)
Set the current cluster status.
|
Modifier and Type | Field and Description |
---|---|
protected ClusterStatus |
BaseLoadBalancer.clusterStatus |
Modifier and Type | Method and Description |
---|---|
void |
StochasticLoadBalancer.setClusterStatus(ClusterStatus st) |
void |
BaseLoadBalancer.setClusterStatus(ClusterStatus st) |
Modifier and Type | Method and Description |
---|---|
void |
RSGroupAdminEndpoint.postGetClusterStatus(ObserverContext<MasterCoprocessorEnvironment> ctx,
ClusterStatus status) |
void |
RSGroupBasedLoadBalancer.setClusterStatus(ClusterStatus st) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.