Class ServerStatistics
java.lang.Object
org.apache.hadoop.hbase.client.backoff.ServerStatistics
Track the statistics for a single region
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetStatsForRegion
(byte[] regionName) void
update
(byte[] region, RegionLoadStats currentStats) Good enough attempt.
-
Field Details
-
stats
-
-
Constructor Details
-
ServerStatistics
public ServerStatistics()
-
-
Method Details
-
update
Good enough attempt. Last writer wins. It doesn't really matter which one gets to update, as something gets set -
getStatsForRegion
-