Package org.apache.hadoop.hbase.client.backoff

Interface Summary
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 Summary
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 © 2015 The Apache Software Foundation. All Rights Reserved.