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.RetryConfigRetryCounter.RetryConfig.setBackoffPolicy(org.apache.hadoop.hbase.util.RetryCounter.BackoffPolicy backoffPolicy) org.apache.hadoop.hbase.util.RetryCounter.RetryConfigRetryCounter.RetryConfig.setJitter(float jitter) org.apache.hadoop.hbase.util.RetryCounter.RetryConfigRetryCounter.RetryConfig.setMaxAttempts(int maxAttempts) org.apache.hadoop.hbase.util.RetryCounter.RetryConfigRetryCounter.RetryConfig.setMaxSleepTime(long maxSleepTime) org.apache.hadoop.hbase.util.RetryCounter.RetryConfigRetryCounter.RetryConfig.setSleepInterval(long sleepInterval) org.apache.hadoop.hbase.util.RetryCounter.RetryConfigRetryCounter.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 TypeMethodDescriptionlongRetryCounter.BackoffPolicy.getBackoffTime(org.apache.hadoop.hbase.util.RetryCounter.RetryConfig config, int attempts) longRetryCounter.ExponentialBackoffPolicy.getBackoffTime(org.apache.hadoop.hbase.util.RetryCounter.RetryConfig config, int attempts) longRetryCounter.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)