Uses of Class
org.apache.hadoop.hbase.util.RetryCounter.RetryConfig

Packages that use RetryCounter.RetryConfig
org.apache.hadoop.hbase.util   
 

Uses of RetryCounter.RetryConfig in org.apache.hadoop.hbase.util
 

Methods in org.apache.hadoop.hbase.util that return RetryCounter.RetryConfig
 RetryCounter.RetryConfig RetryCounter.RetryConfig.setBackoffPolicy(RetryCounter.BackoffPolicy backoffPolicy)
           
 RetryCounter.RetryConfig RetryCounter.RetryConfig.setMaxAttempts(int maxAttempts)
           
 RetryCounter.RetryConfig RetryCounter.RetryConfig.setMaxSleepTime(long maxSleepTime)
           
 RetryCounter.RetryConfig RetryCounter.RetryConfig.setSleepInterval(long sleepInterval)
           
 RetryCounter.RetryConfig RetryCounter.RetryConfig.setTimeUnit(TimeUnit timeUnit)
           
 

Methods in org.apache.hadoop.hbase.util with parameters of type RetryCounter.RetryConfig
 long RetryCounter.BackoffPolicy.getBackoffTime(RetryCounter.RetryConfig config, int attempts)
           
 long RetryCounter.ExponentialBackoffPolicy.getBackoffTime(RetryCounter.RetryConfig config, int attempts)
           
 long RetryCounter.ExponentialBackoffPolicyWithLimit.getBackoffTime(RetryCounter.RetryConfig config, int attempts)
           
 

Constructors in org.apache.hadoop.hbase.util with parameters of type RetryCounter.RetryConfig
RetryCounter(RetryCounter.RetryConfig retryConfig)
           
RetryCounterFactory(RetryCounter.RetryConfig retryConfig)
           
 



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.