Package | Description |
---|---|
org.apache.hadoop.hbase.master.balancer |
Modifier and Type | Class and Description |
---|---|
(package private) class |
FavoredStochasticBalancer.FavoredNodeLoadPicker |
private class |
FavoredStochasticBalancer.FavoredNodeLocalityPicker |
(package private) class |
LoadCandidateGenerator |
(package private) class |
LocalityBasedCandidateGenerator |
(package private) class |
RandomCandidateGenerator |
(package private) class |
RegionReplicaCandidateGenerator
Generates candidates which moves the replicas out of the region server for co-hosted region
replicas
|
(package private) class |
RegionReplicaRackCandidateGenerator
Generates candidates which moves the replicas out of the rack for co-hosted region replicas in
the same rack
|
Modifier and Type | Field and Description |
---|---|
protected List<CandidateGenerator> |
StochasticLoadBalancer.candidateGenerators |
Modifier and Type | Method and Description |
---|---|
protected CandidateGenerator |
StochasticLoadBalancer.getRandomGenerator()
Select the candidate generator to use based on the cost of cost functions.
|
protected CandidateGenerator |
FavoredStochasticBalancer.getRandomGenerator()
Returns any candidate generator in random
|
Modifier and Type | Method and Description |
---|---|
protected List<CandidateGenerator> |
StochasticLoadBalancer.createCandidateGenerators() |
protected List<CandidateGenerator> |
FavoredStochasticBalancer.createCandidateGenerators() |
(package private) List<CandidateGenerator> |
StochasticLoadBalancer.getCandidateGenerators() |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.