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.RetryConfigRetryCounter.retryConfigprivate final RetryCounter.RetryConfigRetryCounterFactory.retryConfigMethods 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 TypeMethodDescriptionlongRetryCounter.BackoffPolicy.getBackoffTime(RetryCounter.RetryConfig config, int attempts) longRetryCounter.ExponentialBackoffPolicy.getBackoffTime(RetryCounter.RetryConfig config, int attempts) longRetryCounter.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)