Package org.apache.hadoop.hbase.client.backoff
package org.apache.hadoop.hbase.client.backoff
-
ClassDescriptionConfigurable policy for the amount of time a client should wait for a new request to the server when given the server load statistics.Default backoff policy that doesn't create any backoff for the client, regardless of loadSimple exponential backoff policy on for the client that uses a percent^4 times the max backoff to generate the backoff time.Track the statistics for a single region