Class AutoValue_RaftConfig.Builder
java.lang.Object
com.spotify.docker.client.messages.swarm.RaftConfig.Builder
com.spotify.docker.client.messages.swarm.AutoValue_RaftConfig.Builder
- Enclosing class:
AutoValue_RaftConfig
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()electionTick(Integer electionTick) heartbeatTick(Integer heartbeatTick) keepOldSnapshots(Integer keepOldSnapshots) logEntriesForSlowFollowers(Integer logEntriesForSlowFollowers) snapshotInterval(Integer snapshotInterval)
-
Field Details
-
snapshotInterval
-
keepOldSnapshots
-
logEntriesForSlowFollowers
-
electionTick
-
heartbeatTick
-
-
Constructor Details
-
Builder
Builder()
-
-
Method Details
-
snapshotInterval
- Specified by:
snapshotIntervalin classRaftConfig.Builder
-
keepOldSnapshots
- Specified by:
keepOldSnapshotsin classRaftConfig.Builder
-
logEntriesForSlowFollowers
- Specified by:
logEntriesForSlowFollowersin classRaftConfig.Builder
-
electionTick
- Specified by:
electionTickin classRaftConfig.Builder
-
heartbeatTick
- Specified by:
heartbeatTickin classRaftConfig.Builder
-
build
- Specified by:
buildin classRaftConfig.Builder
-