| Interface | Description | 
|---|---|
| ClientBackoffPolicy | Configurable policy for the amount of time a client should wait for a new request to the
 server when given the server load statistics. | 
| Class | Description | 
|---|---|
| ClientBackoffPolicyFactory | |
| ClientBackoffPolicyFactory.NoBackoffPolicy | Default backoff policy that doesn't create any backoff for the client, regardless of load | 
| ExponentialClientBackoffPolicy | Simple exponential backoff policy on for the client that uses a  percent^4 times the
 max backoff to generate the backoff time. | 
| ServerStatistics | Track the statistics for a single region | 
| ServerStatistics.RegionStatistics | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.