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:
snapshotInterval
in classRaftConfig.Builder
-
keepOldSnapshots
- Specified by:
keepOldSnapshots
in classRaftConfig.Builder
-
logEntriesForSlowFollowers
- Specified by:
logEntriesForSlowFollowers
in classRaftConfig.Builder
-
electionTick
- Specified by:
electionTick
in classRaftConfig.Builder
-
heartbeatTick
- Specified by:
heartbeatTick
in classRaftConfig.Builder
-
build
- Specified by:
build
in classRaftConfig.Builder
-