| Package | Description |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.chaos.actions | |
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.master.balancer | |
| org.apache.hadoop.hbase.rsgroup |
| Modifier and Type | Field and Description |
|---|---|
protected ClusterStatus |
HBaseCluster.initialClusterStatus
the status of the cluster before we begin
|
| Modifier and Type | Method and Description |
|---|---|
static ClusterStatus |
ClusterStatus.convert(ClusterStatusProtos.ClusterStatus proto)
Convert a protobuf ClusterStatus to a ClusterStatus
|
ClusterStatus |
DistributedHBaseCluster.getClusterStatus()
Returns a ClusterStatus for this HBase cluster
|
abstract ClusterStatus |
HBaseCluster.getClusterStatus()
Returns a ClusterStatus for this HBase cluster.
|
ClusterStatus |
MiniHBaseCluster.getClusterStatus() |
ClusterStatus |
DistributedHBaseCluster.getInitialClusterStatus() |
ClusterStatus |
HBaseCluster.getInitialClusterStatus()
Returns a ClusterStatus for this HBase cluster as observed at the
starting of the HBaseCluster
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DistributedHBaseCluster.restoreClusterStatus(ClusterStatus initial) |
boolean |
HBaseCluster.restoreClusterStatus(ClusterStatus desiredStatus)
Restores the cluster to given state if this is a real cluster,
otherwise does nothing.
|
protected boolean |
DistributedHBaseCluster.restoreMasters(ClusterStatus initial,
ClusterStatus current) |
protected boolean |
DistributedHBaseCluster.restoreRegionServers(ClusterStatus initial,
ClusterStatus current) |
| Modifier and Type | Field and Description |
|---|---|
protected ClusterStatus |
Action.initialStatus |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Action.unbalanceRegions(ClusterStatus clusterStatus,
List<ServerName> fromServers,
List<ServerName> toServers,
double fractionOfRegions) |
| Modifier and Type | Method and Description |
|---|---|
ClusterStatus |
Admin.getClusterStatus() |
ClusterStatus |
HBaseAdmin.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 |
BaseLoadBalancer.setClusterStatus(ClusterStatus st) |
void |
StochasticLoadBalancer.setClusterStatus(ClusterStatus st) |
| Modifier and Type | Method and Description |
|---|---|
void |
RSGroupBasedLoadBalancer.setClusterStatus(ClusterStatus st) |