Uses of Class
org.apache.hadoop.hbase.client.backoff.ServerStatistics
Package
Description
Provides HBase Client
-
Uses of ServerStatistics in org.apache.hadoop.hbase.client
Modifier and TypeFieldDescriptionprivate final ConcurrentHashMap<ServerName,
ServerStatistics> ServerStatisticTracker.stats
-
Uses of ServerStatistics in org.apache.hadoop.hbase.client.backoff
Modifier and TypeMethodDescriptionlong
ClientBackoffPolicy.getBackoffTime
(ServerName serverName, byte[] region, ServerStatistics stats) Returns the number of ms to wait on the client based on thelong
ClientBackoffPolicyFactory.NoBackoffPolicy.getBackoffTime
(ServerName serverName, byte[] region, ServerStatistics stats) long
ExponentialClientBackoffPolicy.getBackoffTime
(ServerName serverName, byte[] region, ServerStatistics stats)