Uses of Class
org.kiwiproject.consul.model.operator.ImmutableRaftConfiguration
Packages that use ImmutableRaftConfiguration
-
Uses of ImmutableRaftConfiguration in org.kiwiproject.consul.model.operator
Methods in org.kiwiproject.consul.model.operator that return ImmutableRaftConfigurationModifier and TypeMethodDescriptionImmutableRaftConfiguration.Builder.build()Builds a newImmutableRaftConfiguration.static ImmutableRaftConfigurationImmutableRaftConfiguration.copyOf(RaftConfiguration instance) Creates an immutable copy of aRaftConfigurationvalue.ImmutableRaftConfiguration.withIndex(BigInteger value) Copy the current immutable object by setting a value for theindexattribute.ImmutableRaftConfiguration.withServers(Iterable<? extends RaftServer> elements) Copy the current immutable object with elements that replace the content ofservers.ImmutableRaftConfiguration.withServers(RaftServer... elements) Copy the current immutable object with elements that replace the content ofservers.