Uses of Class
org.apache.hadoop.hbase.master.balancer.CandidateGenerator
-
Uses of CandidateGenerator in org.apache.hadoop.hbase.master.balancer
Modifier and TypeClassDescriptionprivate class
private class
(package private) class
private class
(package private) class
(package private) class
(package private) class
(package private) class
Generates candidates which moves the replicas out of the region server for co-hosted region replicas(package private) class
Generates candidates which moves the replicas out of the rack for co-hosted region replicas in the same rackModifier and TypeFieldDescriptionprotected List<CandidateGenerator>
StochasticLoadBalancer.candidateGenerators
Modifier and TypeMethodDescriptionprotected CandidateGenerator
FavoredStochasticBalancer.getRandomGenerator()
Returns any candidate generator in randomprotected CandidateGenerator
StochasticLoadBalancer.getRandomGenerator()
Select the candidate generator to use based on the cost of cost functions.Modifier and TypeMethodDescriptionprotected List<CandidateGenerator>
CacheAwareLoadBalancer.createCandidateGenerators()
protected List<CandidateGenerator>
FavoredStochasticBalancer.createCandidateGenerators()
protected List<CandidateGenerator>
StochasticLoadBalancer.createCandidateGenerators()
(package private) List<CandidateGenerator>
StochasticLoadBalancer.getCandidateGenerators()