@InterfaceAudience.Private public final class ResultStatsUtil extends Object
Modifier | Constructor and Description |
---|---|
private |
ResultStatsUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
updateStats(StatisticTrackable tracker,
ServerName server,
byte[] regionName,
RegionLoadStats stats)
Update the statistics for the specified region.
|
private ResultStatsUtil()
public static void updateStats(StatisticTrackable tracker, ServerName server, byte[] regionName, RegionLoadStats stats)
tracker
- tracker to updateserver
- server from which the result was obtainedregionName
- full region name for the statisticsstats
- statistics to update for the specified regionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.