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 | |
org.apache.hadoop.hbase.util |
Modifier and Type | Method and Description |
---|---|
static ClusterStatus |
ClusterStatus.convert(org.apache.hadoop.hbase.protobuf.generated.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 |
---|---|
void |
ClusterStatusListener.receive(ClusterStatus ncs)
Acts upon the reception of a new cluster status.
|
Modifier and Type | Method and Description |
---|---|
ClusterStatus |
HMaster.getClusterStatus() |
Modifier and Type | Method and Description |
---|---|
protected void |
ClusterStatusPublisher.MulticastPublisher.ClusterStatusEncoder.encode(io.netty.channel.ChannelHandlerContext channelHandlerContext,
ClusterStatus clusterStatus,
List<Object> objects) |
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 |
private ClusterStatus |
StochasticLoadBalancer.CostFromRegionLoadFunction.clusterStatus |
private ClusterStatus |
RegionLocationFinder.status |
Modifier and Type | Method and Description |
---|---|
void |
BaseLoadBalancer.setClusterStatus(ClusterStatus st) |
void |
RegionLocationFinder.setClusterStatus(ClusterStatus status) |
void |
StochasticLoadBalancer.setClusterStatus(ClusterStatus st) |
(package private) void |
StochasticLoadBalancer.CostFromRegionLoadFunction.setClusterStatus(ClusterStatus status) |
Modifier and Type | Field and Description |
---|---|
private ClusterStatus |
HBaseFsck.status |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.