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 Summary
Fields inherited from class org.apache.hadoop.hbase.master.balancer.CandidateGenerator
MAX_WEIGHT
-
Constructor Summary
ConstructorsConstructorDescriptionMetaTableIsolationCandidateGenerator
(BalancerConditionals balancerConditionals) -
Method Summary
Modifier and TypeMethodDescription(package private) boolean
shouldBeIsolated
(RegionInfo regionInfo) Methods inherited from class org.apache.hadoop.hbase.master.balancer.TableIsolationCandidateGenerator
generate, generateCandidate
Methods inherited from class org.apache.hadoop.hbase.master.balancer.RegionPlanConditionalCandidateGenerator
batchMovesAndResetClusterState, clearWeightCache, getBalancerConditionals, getWeight, undoBatchAction, willBeAccepted
Methods inherited from class org.apache.hadoop.hbase.master.balancer.CandidateGenerator
getAction, pickOtherRandomRack, pickOtherRandomServer, pickRandomRack, pickRandomRegion, pickRandomRegions, pickRandomServer
-
Constructor Details
-
MetaTableIsolationCandidateGenerator
MetaTableIsolationCandidateGenerator(BalancerConditionals balancerConditionals)
-
-
Method Details
-
shouldBeIsolated
- Specified by:
shouldBeIsolated
in classTableIsolationCandidateGenerator
-