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.clientFields in org.apache.hadoop.hbase.client with type parameters of type ServerStatisticsModifier and TypeFieldDescriptionprivate final ConcurrentHashMap<ServerName,ServerStatistics> ServerStatisticTracker.statsMethods in org.apache.hadoop.hbase.client that return ServerStatistics
- 
Uses of ServerStatistics in org.apache.hadoop.hbase.client.backoffMethods in org.apache.hadoop.hbase.client.backoff with parameters of type ServerStatisticsModifier and TypeMethodDescriptionlongClientBackoffPolicy.getBackoffTime(ServerName serverName, byte[] region, ServerStatistics stats) Returns the number of ms to wait on the client based on thelongClientBackoffPolicyFactory.NoBackoffPolicy.getBackoffTime(ServerName serverName, byte[] region, ServerStatistics stats) longExponentialClientBackoffPolicy.getBackoffTime(ServerName serverName, byte[] region, ServerStatistics stats)