public class MetricsAssignmentManager extends Object
Constructor and Description |
---|
MetricsAssignmentManager() |
Modifier and Type | Method and Description |
---|---|
void |
updateAssignmentTime(long time) |
void |
updateBulkAssignTime(long time) |
void |
updateRITCount(int ritCount)
set new value for number of regions in transition.
|
void |
updateRITCountOverThreshold(int ritCountOverThreshold)
update RIT count that are in this state for more than the threshold
as defined by the property rit.metrics.threshold.time.
|
void |
updateRITOldestAge(long timestamp)
update the timestamp for oldest region in transition metrics.
|
public void updateAssignmentTime(long time)
public void updateBulkAssignTime(long time)
public void updateRITCount(int ritCount)
ritCount
- public void updateRITCountOverThreshold(int ritCountOverThreshold)
ritCountOverThreshold
- public void updateRITOldestAge(long timestamp)
timestamp
- Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.