| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
DEFAULT_INITIAL_INTERVAL |
100L |
public static final long |
DEFAULT_MAX_INTERVAL |
30000L |
public static final double |
DEFAULT_MULTIPLIER |
2.0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final long |
DEFAULT_BACK_OFF_PERIOD |
1000L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final long |
DEFAULT_BACK_OFF_MAX_PERIOD |
1500L |
private static final long |
DEFAULT_BACK_OFF_MIN_PERIOD |
500L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_CAPACITY |
4096 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_MAX_ATTEMPTS |
3 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_CAPACITY |
4096 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
DEFAULT_TIMEOUT |
1000L |