Uses of Class
com.orbitz.consul.model.operator.RaftServer
-
Packages that use RaftServer Package Description com.orbitz.consul.model.operator -
-
Uses of RaftServer in com.orbitz.consul.model.operator
Subclasses of RaftServer in com.orbitz.consul.model.operator Modifier and Type Class Description classImmutableRaftServerImmutable implementation ofRaftServer.Methods in com.orbitz.consul.model.operator that return types with arguments of type RaftServer Modifier and Type Method Description com.google.common.collect.ImmutableList<RaftServer>ImmutableRaftConfiguration. servers()abstract java.util.List<RaftServer>RaftConfiguration. servers()Methods in com.orbitz.consul.model.operator with parameters of type RaftServer Modifier and Type Method Description ImmutableRaftConfiguration.BuilderImmutableRaftConfiguration.Builder. addServers(RaftServer element)Adds one element toserverslist.ImmutableRaftConfiguration.BuilderImmutableRaftConfiguration.Builder. addServers(RaftServer... elements)Adds elements toserverslist.static ImmutableRaftServerImmutableRaftServer. copyOf(RaftServer instance)Creates an immutable copy of aRaftServervalue.ImmutableRaftServer.BuilderImmutableRaftServer.Builder. from(RaftServer instance)Fill a builder with attribute values from the providedRaftServerinstance.ImmutableRaftConfigurationImmutableRaftConfiguration. withServers(RaftServer... elements)Copy the current immutable object with elements that replace the content ofservers.Method parameters in com.orbitz.consul.model.operator with type arguments of type RaftServer Modifier and Type Method Description ImmutableRaftConfiguration.BuilderImmutableRaftConfiguration.Builder. addAllServers(java.lang.Iterable<? extends RaftServer> elements)Adds elements toserverslist.ImmutableRaftConfiguration.BuilderImmutableRaftConfiguration.Builder. servers(java.lang.Iterable<? extends RaftServer> elements)Sets or replaces all elements forserverslist.ImmutableRaftConfigurationImmutableRaftConfiguration. withServers(java.lang.Iterable<? extends RaftServer> elements)Copy the current immutable object with elements that replace the content ofservers.
-