Interface RaftConfig.Builder
- Enclosing interface:
- RaftConfig
public static interface RaftConfig.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()electionTick(Integer electionTick) heartbeatTick(Integer heartbeatTick) keepOldSnapshots(Integer keepOldSnapshots) logEntriesForSlowFollowers(Integer logEntriesForSlowFollowers) snapshotInterval(Integer snapshotInterval)
-
Method Details
-
snapshotInterval
-
keepOldSnapshots
-
logEntriesForSlowFollowers
-
electionTick
-
heartbeatTick
-
build
RaftConfig build()
-