| Package | Description |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.master.balancer |
| Modifier and Type | Method and Description |
|---|---|
static ClusterStatus |
ClusterStatus.convert(ClusterStatusProtos.ClusterStatus proto)
Convert a protobuf ClusterStatus to a ClusterStatus
|
| Modifier and Type | Method and Description |
|---|---|
ClusterStatus |
HBaseAdmin.getClusterStatus() |
ClusterStatus |
Admin.getClusterStatus() |
| Modifier and Type | Method and Description |
|---|---|
ClusterStatus |
HMaster.getClusterStatus() |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.