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
ExponentialClientBackoffPolicy Simple exponential backoff policy on for the client that uses a percent^4 times the max backoff to generate the backoff time.
 



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.