Class MetaTableIsolationCandidateGenerator
java.lang.Object
org.apache.hadoop.hbase.master.balancer.CandidateGenerator
org.apache.hadoop.hbase.master.balancer.RegionPlanConditionalCandidateGenerator
org.apache.hadoop.hbase.master.balancer.TableIsolationCandidateGenerator
org.apache.hadoop.hbase.master.balancer.MetaTableIsolationCandidateGenerator
@Private
public final class MetaTableIsolationCandidateGenerator
extends TableIsolationCandidateGenerator
- 
Field SummaryFields inherited from class org.apache.hadoop.hbase.master.balancer.CandidateGeneratorMAX_WEIGHT
- 
Constructor SummaryConstructorsConstructorDescriptionMetaTableIsolationCandidateGenerator(BalancerConditionals balancerConditionals) 
- 
Method SummaryModifier and TypeMethodDescription(package private) booleanshouldBeIsolated(RegionInfo regionInfo) Methods inherited from class org.apache.hadoop.hbase.master.balancer.TableIsolationCandidateGeneratorgenerate, generateCandidateMethods inherited from class org.apache.hadoop.hbase.master.balancer.RegionPlanConditionalCandidateGeneratorbatchMovesAndResetClusterState, clearWeightCache, getBalancerConditionals, getWeight, undoBatchAction, willBeAcceptedMethods inherited from class org.apache.hadoop.hbase.master.balancer.CandidateGeneratorgetAction, pickOtherRandomRack, pickOtherRandomServer, pickRandomRack, pickRandomRegion, pickRandomRegions, pickRandomServer
- 
Constructor Details- 
MetaTableIsolationCandidateGeneratorMetaTableIsolationCandidateGenerator(BalancerConditionals balancerConditionals) 
 
- 
- 
Method Details- 
shouldBeIsolated- Specified by:
- shouldBeIsolatedin class- TableIsolationCandidateGenerator
 
 
-