Uses of Class
org.apache.hadoop.hbase.util.RetryCounter.RetryConfig
Packages that use RetryCounter.RetryConfig
-
Uses of RetryCounter.RetryConfig in org.apache.hadoop.hbase.util
Fields in org.apache.hadoop.hbase.util declared as RetryCounter.RetryConfigModifier and TypeFieldDescriptionprivate RetryCounter.RetryConfig
RetryCounter.retryConfig
private final RetryCounter.RetryConfig
RetryCounterFactory.retryConfig
Methods in org.apache.hadoop.hbase.util that return RetryCounter.RetryConfigModifier and TypeMethodDescriptionRetryCounter.RetryConfig.setBackoffPolicy
(RetryCounter.BackoffPolicy backoffPolicy) RetryCounter.RetryConfig.setJitter
(float jitter) RetryCounter.RetryConfig.setMaxAttempts
(int maxAttempts) RetryCounter.RetryConfig.setMaxSleepTime
(long maxSleepTime) RetryCounter.RetryConfig.setSleepInterval
(long sleepInterval) RetryCounter.RetryConfig.setTimeUnit
(TimeUnit timeUnit) Methods in org.apache.hadoop.hbase.util with parameters of type RetryCounter.RetryConfigModifier and TypeMethodDescriptionlong
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.RetryConfigModifierConstructorDescriptionRetryCounter
(RetryCounter.RetryConfig retryConfig) RetryCounterFactory
(RetryCounter.RetryConfig retryConfig)