public static class Utils.BoundedExponentialBackoffRetry
extends org.apache.curator.retry.ExponentialBackoffRetry
Modifier and Type | Field and Description |
---|---|
protected int |
maxRetryInterval |
Constructor and Description |
---|
Utils.BoundedExponentialBackoffRetry(int baseSleepTimeMs,
int maxRetries,
int maxSleepTimeMs) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxRetryInterval() |
int |
getSleepTimeMs(int count,
long elapsedMs) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.