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 classprivate class(package private) classprivate class(package private) class(package private) class(package private) class(package private) classGenerates candidates which moves the replicas out of the region server for co-hosted region replicas(package private) classGenerates 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.candidateGeneratorsMethods in org.apache.hadoop.hbase.master.balancer that return CandidateGeneratorModifier and TypeMethodDescriptionprotected CandidateGeneratorFavoredStochasticBalancer.getRandomGenerator()Returns any candidate generator in randomprotected CandidateGeneratorStochasticLoadBalancer.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()