Package | Description |
---|---|
com.github.dockerjava.api.model |
Modifier and Type | Method and Description |
---|---|
SwarmRaftConfig |
SwarmSpec.getRaft() |
SwarmRaftConfig |
SwarmRaftConfig.withElectionTick(int electionTick) |
SwarmRaftConfig |
SwarmRaftConfig.withHeartbeatTick(int heartbeatTick) |
SwarmRaftConfig |
SwarmRaftConfig.withLogEntriesForSlowFollowers(long logEntriesForSlowFollowers) |
SwarmRaftConfig |
SwarmRaftConfig.withSnapshotInterval(long snapshotInterval) |
Modifier and Type | Method and Description |
---|---|
SwarmSpec |
SwarmSpec.withRaft(SwarmRaftConfig raft) |
Copyright © 2020. All Rights Reserved.