@InterfaceAudience.Private public class ServerStatisticTracker extends Object implements StatisticTrackable
| 构造器和说明 |
|---|
ServerStatisticTracker() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ServerStatisticTracker |
create(org.apache.hadoop.conf.Configuration conf) |
ServerStatistics |
getStats(ServerName server) |
void |
updateRegionStats(ServerName server,
byte[] region,
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.RegionLoadStats currentStats)
Update stats per region.
|
public void updateRegionStats(ServerName server, byte[] region, org.apache.hadoop.hbase.protobuf.generated.ClientProtos.RegionLoadStats currentStats)
StatisticTrackableupdateRegionStats 在接口中 StatisticTrackablepublic ServerStatistics getStats(ServerName server)
public static ServerStatisticTracker create(org.apache.hadoop.conf.Configuration conf)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.