Uses of Class
org.apache.hadoop.hbase.util.RetryCounter.RetryConfig
Packages that use org.apache.hadoop.hbase.util.RetryCounter.RetryConfig
-
Uses of org.apache.hadoop.hbase.util.RetryCounter.RetryConfig in org.apache.hadoop.hbase.util
Methods in org.apache.hadoop.hbase.util that return org.apache.hadoop.hbase.util.RetryCounter.RetryConfig in inModifier and TypeMethodDescriptionorg.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) Methods in org.apache.hadoop.hbase.util with parameters of type org.apache.hadoop.hbase.util.RetryCounter.RetryConfig in inModifier and TypeMethodDescriptionlong
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) Constructors in org.apache.hadoop.hbase.util with parameters of type org.apache.hadoop.hbase.util.RetryCounter.RetryConfig in inModifierConstructorDescriptionRetryCounter
(org.apache.hadoop.hbase.util.RetryCounter.RetryConfig retryConfig) RetryCounterFactory
(org.apache.hadoop.hbase.util.RetryCounter.RetryConfig retryConfig)