Package | Description |
---|---|
org.apache.hadoop.hbase.util |
Modifier and Type | Class and Description |
---|---|
static class |
RetryCounter.ExponentialBackoffPolicy |
static class |
RetryCounter.ExponentialBackoffPolicyWithLimit |
Modifier and Type | Field and Description |
---|---|
private RetryCounter.BackoffPolicy |
RetryCounter.RetryConfig.backoffPolicy |
private static RetryCounter.BackoffPolicy |
RetryCounter.RetryConfig.DEFAULT_BACKOFF_POLICY |
Modifier and Type | Method and Description |
---|---|
RetryCounter.BackoffPolicy |
RetryCounter.RetryConfig.getBackoffPolicy() |
Modifier and Type | Method and Description |
---|---|
RetryCounter.RetryConfig |
RetryCounter.RetryConfig.setBackoffPolicy(RetryCounter.BackoffPolicy backoffPolicy) |
Constructor and Description |
---|
RetryConfig(int maxAttempts,
long sleepInterval,
long maxSleepTime,
TimeUnit timeUnit,
RetryCounter.BackoffPolicy backoffPolicy) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.