Uses of Class
org.apache.hadoop.hbase.client.backoff.ServerStatistics
Packages that use ServerStatistics
Package
Description
Provides HBase Client
-
Uses of ServerStatistics in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client with type parameters of type ServerStatisticsModifier and TypeFieldDescriptionprivate final ConcurrentHashMap<ServerName,
ServerStatistics> ServerStatisticTracker.stats
Methods in org.apache.hadoop.hbase.client that return ServerStatistics -
Uses of ServerStatistics in org.apache.hadoop.hbase.client.backoff
Methods in org.apache.hadoop.hbase.client.backoff with parameters of type ServerStatisticsModifier 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)