Package org.apache.hadoop.hbase.client
Class ServerStatisticTracker
java.lang.Object
org.apache.hadoop.hbase.client.ServerStatisticTracker
- All Implemented Interfaces:
StatisticTrackable
Tracks the statistics for multiple regions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ServerStatisticTrackercreate(org.apache.hadoop.conf.Configuration conf) getStats(ServerName server) voidupdateRegionStats(ServerName server, byte[] region, RegionLoadStats currentStats) Update stats per region.
-
Field Details
-
stats
-
-
Constructor Details
-
ServerStatisticTracker
public ServerStatisticTracker()
-
-
Method Details
-
updateRegionStats
Description copied from interface:StatisticTrackableUpdate stats per region.- Specified by:
updateRegionStatsin interfaceStatisticTrackable
-
getStats
-
create
-