org.apache.hadoop.hbase.client
Class ServerStatisticTracker
java.lang.Object
org.apache.hadoop.hbase.client.ServerStatisticTracker
@InterfaceAudience.Private
public class ServerStatisticTracker
- extends Object
Tracks the statistics for multiple regions
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerStatisticTracker
public ServerStatisticTracker()
updateRegionStats
public void updateRegionStats(ServerName server,
byte[] region,
ClientProtos.RegionLoadStats currentStats)
getStats
public ServerStatistics getStats(ServerName server)
create
public static ServerStatisticTracker create(org.apache.hadoop.conf.Configuration conf)
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.