Class RaftConfig.Builder
java.lang.Object
com.spotify.docker.client.messages.swarm.RaftConfig.Builder
- Direct Known Subclasses:
AutoValue_RaftConfig.Builder
- Enclosing class:
RaftConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract RaftConfigbuild()abstract RaftConfig.BuilderelectionTick(Integer electionTick) abstract RaftConfig.BuilderheartbeatTick(Integer heartbeatTick) abstract RaftConfig.BuilderkeepOldSnapshots(Integer keepOldSnapshots) abstract RaftConfig.BuilderlogEntriesForSlowFollowers(Integer logEntriesForSlowFollowers) abstract RaftConfig.BuildersnapshotInterval(Integer snapshotInterval)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
snapshotInterval
-
keepOldSnapshots
-
logEntriesForSlowFollowers
-
electionTick
-
heartbeatTick
-
build
-