Uses of Class
com.spotify.docker.client.messages.swarm.RaftConfig
-
Packages that use RaftConfig Package Description com.spotify.docker.client.messages.swarm -
-
Uses of RaftConfig in com.spotify.docker.client.messages.swarm
Subclasses of RaftConfig in com.spotify.docker.client.messages.swarm Modifier and Type Class Description (package private) classAutoValue_RaftConfigFields in com.spotify.docker.client.messages.swarm declared as RaftConfig Modifier and Type Field Description private RaftConfigAutoValue_SwarmSpec.Builder. raftprivate RaftConfigAutoValue_SwarmSpec. raftMethods in com.spotify.docker.client.messages.swarm that return RaftConfig Modifier and Type Method Description RaftConfigAutoValue_RaftConfig.Builder. build()abstract RaftConfigRaftConfig.Builder. build()(package private) static RaftConfigRaftConfig. create(java.lang.Integer snapshotInterval, java.lang.Integer keepOldSnapshots, java.lang.Integer logEntriesForSlowFollowers, java.lang.Integer electionTick, java.lang.Integer heartbeatTick)RaftConfigAutoValue_SwarmSpec. raft()abstract RaftConfigSwarmSpec. raft()Methods in com.spotify.docker.client.messages.swarm with parameters of type RaftConfig Modifier and Type Method Description (package private) static SwarmSpecSwarmSpec. create(java.lang.String name, java.util.Map<java.lang.String,java.lang.String> labels, OrchestrationConfig orchestration, RaftConfig raft, DispatcherConfig dispatcher, CaConfig caConfig, EncryptionConfig encryptionConfig, TaskDefaults taskDefaults)SwarmSpec.BuilderAutoValue_SwarmSpec.Builder. raft(RaftConfig raft)abstract SwarmSpec.BuilderSwarmSpec.Builder. raft(RaftConfig raft)Constructors in com.spotify.docker.client.messages.swarm with parameters of type RaftConfig Constructor Description AutoValue_SwarmSpec(java.lang.String name, com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> labels, OrchestrationConfig orchestration, RaftConfig raft, DispatcherConfig dispatcher, CaConfig caConfig, EncryptionConfig encryptionConfig, TaskDefaults taskDefaults)
-