org.apache.hadoop.hbase.util.RetryCounter.RetryConfig
RetryCounter.RetryConfig.setBackoffPolicy(org.apache.hadoop.hbase.util.RetryCounter.BackoffPolicy backoffPolicy)
org.apache.hadoop.hbase.util.RetryCounter.RetryConfig
RetryCounter.RetryConfig.setJitter(float jitter)
org.apache.hadoop.hbase.util.RetryCounter.RetryConfig
RetryCounter.RetryConfig.setMaxAttempts(int maxAttempts)
org.apache.hadoop.hbase.util.RetryCounter.RetryConfig
RetryCounter.RetryConfig.setMaxSleepTime(long maxSleepTime)
org.apache.hadoop.hbase.util.RetryCounter.RetryConfig
RetryCounter.RetryConfig.setSleepInterval(long sleepInterval)
org.apache.hadoop.hbase.util.RetryCounter.RetryConfig
RetryCounter.RetryConfig.setTimeUnit(TimeUnit timeUnit)
long
RetryCounter.BackoffPolicy.getBackoffTime(org.apache.hadoop.hbase.util.RetryCounter.RetryConfig config,
int attempts)
long
RetryCounter.ExponentialBackoffPolicy.getBackoffTime(org.apache.hadoop.hbase.util.RetryCounter.RetryConfig config,
int attempts)
long
RetryCounter.ExponentialBackoffPolicyWithLimit.getBackoffTime(org.apache.hadoop.hbase.util.RetryCounter.RetryConfig config,
int attempts)
RetryCounter(org.apache.hadoop.hbase.util.RetryCounter.RetryConfig retryConfig)
RetryCounterFactory(org.apache.hadoop.hbase.util.RetryCounter.RetryConfig retryConfig)