public class TimeUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BASE_RETRY_MS |
static int |
MAX_RETRY_MS |
| Modifier and Type | Method and Description |
|---|---|
static long |
calBackOffMs(long baseBackOff,
long maxBackOff,
int retry) |
static long |
calDefaultBackOffMs(int retry) |
public static final int BASE_RETRY_MS
public static final int MAX_RETRY_MS
Copyright © 2023. All rights reserved.