Uses of Class
org.kiwiproject.consul.model.operator.RaftServer
Packages that use RaftServer
-
Uses of RaftServer in org.kiwiproject.consul.model.operator
Subclasses of RaftServer in org.kiwiproject.consul.model.operatorMethods in org.kiwiproject.consul.model.operator that return types with arguments of type RaftServerModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<RaftServer>ImmutableRaftConfiguration.servers()abstract List<RaftServer>RaftConfiguration.servers()Methods in org.kiwiproject.consul.model.operator with parameters of type RaftServerModifier and TypeMethodDescriptionImmutableRaftConfiguration.Builder.addServers(RaftServer element) Adds one element toserverslist.ImmutableRaftConfiguration.Builder.addServers(RaftServer... elements) Adds elements toserverslist.static ImmutableRaftServerImmutableRaftServer.copyOf(RaftServer instance) Creates an immutable copy of aRaftServervalue.ImmutableRaftServer.Builder.from(RaftServer instance) Fill a builder with attribute values from the providedRaftServerinstance.ImmutableRaftConfiguration.withServers(RaftServer... elements) Copy the current immutable object with elements that replace the content ofservers.Method parameters in org.kiwiproject.consul.model.operator with type arguments of type RaftServerModifier and TypeMethodDescriptionImmutableRaftConfiguration.Builder.addAllServers(Iterable<? extends RaftServer> elements) Adds elements toserverslist.ImmutableRaftConfiguration.Builder.servers(Iterable<? extends RaftServer> elements) Sets or replaces all elements forserverslist.ImmutableRaftConfiguration.withServers(Iterable<? extends RaftServer> elements) Copy the current immutable object with elements that replace the content ofservers.