Uses of Class
com.spotify.docker.client.messages.swarm.RaftConfig
Packages that use RaftConfig
-
Uses of RaftConfig in com.spotify.docker.client.messages.swarm
Subclasses of RaftConfig in com.spotify.docker.client.messages.swarmFields in com.spotify.docker.client.messages.swarm declared as RaftConfigModifier and TypeFieldDescriptionprivate RaftConfig
AutoValue_SwarmSpec.Builder.raft
private final RaftConfig
AutoValue_SwarmSpec.raft
Methods in com.spotify.docker.client.messages.swarm that return RaftConfigModifier and TypeMethodDescriptionAutoValue_RaftConfig.Builder.build()
abstract RaftConfig
RaftConfig.Builder.build()
(package private) static RaftConfig
RaftConfig.create
(Integer snapshotInterval, Integer keepOldSnapshots, Integer logEntriesForSlowFollowers, Integer electionTick, Integer heartbeatTick) AutoValue_SwarmSpec.raft()
abstract RaftConfig
SwarmSpec.raft()
Methods in com.spotify.docker.client.messages.swarm with parameters of type RaftConfigModifier and TypeMethodDescription(package private) static SwarmSpec
SwarmSpec.create
(String name, Map<String, String> labels, OrchestrationConfig orchestration, RaftConfig raft, DispatcherConfig dispatcher, CaConfig caConfig, EncryptionConfig encryptionConfig, TaskDefaults taskDefaults) AutoValue_SwarmSpec.Builder.raft
(RaftConfig raft) abstract SwarmSpec.Builder
SwarmSpec.Builder.raft
(RaftConfig raft) Constructors in com.spotify.docker.client.messages.swarm with parameters of type RaftConfigModifierConstructorDescriptionprivate
AutoValue_SwarmSpec
(String name, com.google.common.collect.ImmutableMap<String, String> labels, OrchestrationConfig orchestration, RaftConfig raft, DispatcherConfig dispatcher, CaConfig caConfig, EncryptionConfig encryptionConfig, TaskDefaults taskDefaults)