public static interface RaftServerConfigKeys.Notification
| 限定符和类型 | 字段和说明 |
|---|---|
static TimeDuration |
NO_LEADER_TIMEOUT_DEFAULT |
static String |
NO_LEADER_TIMEOUT_KEY
Timeout value to notify the state machine when there is no leader.
|
static String |
PREFIX |
| 限定符和类型 | 方法和说明 |
|---|---|
static TimeDuration |
noLeaderTimeout(RaftProperties properties) |
static void |
setNoLeaderTimeout(RaftProperties properties,
TimeDuration noLeaderTimeout) |
static final String PREFIX
static final String NO_LEADER_TIMEOUT_KEY
static final TimeDuration NO_LEADER_TIMEOUT_DEFAULT
static TimeDuration noLeaderTimeout(RaftProperties properties)
static void setNoLeaderTimeout(RaftProperties properties, TimeDuration noLeaderTimeout)
Copyright © 2017–2025 The Apache Software Foundation. All rights reserved.