Class RetryCounter

java.lang.Object
org.apache.hadoop.hbase.util.RetryCounter

@Private public class RetryCounter extends Object
Operation retry accounting. Use to calculate wait period, getBackoffTimeAndIncrementAttempts()}, or for performing wait, sleepUntilNextRetry(), in accordance with a RetryCounter.RetryConfig, initial settings, and a Retry Policy, (See org.apache.hadoop.io.retry.RetryPolicy). Like guava-retrying.
Since:
0.92.0
See Also: