Class AssignmentManager.RegionInTransitionStat
java.lang.Object
org.apache.hadoop.hbase.master.assignment.AssignmentManager.RegionInTransitionStat
- Enclosing class:
- AssignmentManager
-
Field Summary
Modifier and TypeFieldDescriptionprivate long
private HashMap<String,
RegionState> private final int
private long
private int
private int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
int
long
int
int
boolean
boolean
boolean
isRegionOverThreshold
(RegionInfo regionInfo) boolean
isRegionTwiceOverThreshold
(RegionInfo regionInfo) private void
update
(Collection<RegionState> regions, long currentTime) protected void
-
Field Details
-
ritThreshold
-
ritsOverThreshold
-
statTimestamp
-
oldestRITTime
-
totalRITsTwiceThreshold
-
totalRITs
-
-
Constructor Details
-
RegionInTransitionStat
-
-
Method Details
-
getRITThreshold
-
getTimestamp
-
getTotalRITs
-
getOldestRITTime
-
getTotalRITsOverThreshold
-
hasRegionsTwiceOverThreshold
-
hasRegionsOverThreshold
-
getRegionOverThreshold
-
isRegionOverThreshold
-
isRegionTwiceOverThreshold
-
update
-
update
-