public static interface RaftServerConfigKeys.RetryCache
| Modifier and Type | Field and Description |
|---|---|
static TimeDuration |
EXPIRY_TIME_DEFAULT |
static String |
EXPIRY_TIME_KEY |
static String |
PREFIX |
| Modifier and Type | Method and Description |
|---|---|
static TimeDuration |
expiryTime(RaftProperties properties) |
static void |
setExpiryTime(RaftProperties properties,
TimeDuration expiryTime) |
static final String PREFIX
static final String EXPIRY_TIME_KEY
static final TimeDuration EXPIRY_TIME_DEFAULT
static TimeDuration expiryTime(RaftProperties properties)
static void setExpiryTime(RaftProperties properties, TimeDuration expiryTime)
Copyright © 2017–2020 The Apache Software Foundation. All rights reserved.