public static interface RaftServerConfigKeys.RetryCache
| 限定符和类型 | 字段和说明 |
|---|---|
static TimeDuration |
EXPIRY_TIME_DEFAULT |
static String |
EXPIRY_TIME_KEY
We should set expiry time longer than total client retry to guarantee exactly-once semantic
|
static String |
PREFIX |
static TimeDuration |
STATISTICS_EXPIRY_TIME_DEFAULT |
static String |
STATISTICS_EXPIRY_TIME_KEY |
| 限定符和类型 | 方法和说明 |
|---|---|
static TimeDuration |
expiryTime(RaftProperties properties) |
static void |
setExpiryTime(RaftProperties properties,
TimeDuration expiryTime) |
static void |
setStatisticsExpiryTime(RaftProperties properties,
TimeDuration expiryTime) |
static TimeDuration |
statisticsExpiryTime(RaftProperties properties) |
static final String EXPIRY_TIME_KEY
static final TimeDuration EXPIRY_TIME_DEFAULT
static final TimeDuration STATISTICS_EXPIRY_TIME_DEFAULT
static TimeDuration expiryTime(RaftProperties properties)
static void setExpiryTime(RaftProperties properties, TimeDuration expiryTime)
static TimeDuration statisticsExpiryTime(RaftProperties properties)
static void setStatisticsExpiryTime(RaftProperties properties, TimeDuration expiryTime)
Copyright © 2017–2025 The Apache Software Foundation. All rights reserved.