public static class CdsProfileFetcher.CdsRetryPolicy
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_MAX_INSTANT_RETRIES |
static int |
DEFAULT_RESET_PERIOD_IN_MINUTES |
Constructor and Description |
---|
CdsRetryPolicy() |
Modifier and Type | Method and Description |
---|---|
int |
getMaxInstantRetries() |
long |
getResetPeriodInMinutes() |
void |
setMaxInstantRetries(int maxInstantRetries) |
void |
setResetPeriodInMinutes(long resetPeriodInMinutes) |
public static final int DEFAULT_MAX_INSTANT_RETRIES
public static final int DEFAULT_RESET_PERIOD_IN_MINUTES