Uses of Class
org.apache.hadoop.hbase.master.balancer.CandidateGenerator
Packages that use CandidateGenerator
-
Uses of CandidateGenerator in org.apache.hadoop.hbase.master.balancer
Subclasses of CandidateGenerator in org.apache.hadoop.hbase.master.balancerModifier 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 rackFields in org.apache.hadoop.hbase.master.balancer with type parameters of type CandidateGeneratorModifier and TypeFieldDescriptionprotected List<CandidateGenerator>
StochasticLoadBalancer.candidateGenerators
Methods in org.apache.hadoop.hbase.master.balancer that return CandidateGeneratorModifier 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.Methods in org.apache.hadoop.hbase.master.balancer that return types with arguments of type CandidateGeneratorModifier and TypeMethodDescriptionprotected List<CandidateGenerator>
CacheAwareLoadBalancer.createCandidateGenerators()
protected List<CandidateGenerator>
FavoredStochasticBalancer.createCandidateGenerators()
protected List<CandidateGenerator>
StochasticLoadBalancer.createCandidateGenerators()
(package private) List<CandidateGenerator>
StochasticLoadBalancer.getCandidateGenerators()