@InterfaceAudience.Private public class ServerStatistics extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ServerStatistics.RegionStatistics | 
| Modifier and Type | Field and Description | 
|---|---|
| private Map<byte[],ServerStatistics.RegionStatistics> | stats | 
| Constructor and Description | 
|---|
| ServerStatistics() | 
| Modifier and Type | Method and Description | 
|---|---|
| ServerStatistics.RegionStatistics | getStatsForRegion(byte[] regionName) | 
| void | update(byte[] region,
      RegionLoadStats currentStats)Good enough attempt. | 
private Map<byte[],ServerStatistics.RegionStatistics> stats
public ServerStatistics()
public void update(byte[] region, RegionLoadStats currentStats)
region - currentStats - @InterfaceAudience.Private public ServerStatistics.RegionStatistics getStatsForRegion(byte[] regionName)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.