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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ServerStatisticTracker
create
(org.apache.hadoop.conf.Configuration conf) getStats
(ServerName server) void
updateRegionStats
(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:StatisticTrackable
Update stats per region.- Specified by:
updateRegionStats
in interfaceStatisticTrackable
-
getStats
-
create
-