Uses of Class
org.kiwiproject.consul.model.query.ImmutableFailover
Packages that use ImmutableFailover
-
Uses of ImmutableFailover in org.kiwiproject.consul.model.query
Methods in org.kiwiproject.consul.model.query that return ImmutableFailoverModifier and TypeMethodDescriptionImmutableFailover.Builder.build()Builds a newImmutableFailover.static ImmutableFailoverCreates an immutable copy of aFailovervalue.final ImmutableFailoverImmutableFailover.withDatacenters(List<String> value) Copy the current immutable object by setting a present value for the optionaldatacentersattribute.final ImmutableFailoverImmutableFailover.withDatacenters(Optional<? extends List<String>> optional) Copy the current immutable object by setting an optional value for thedatacentersattribute.final ImmutableFailoverImmutableFailover.withNearestN(int value) Copy the current immutable object by setting a present value for the optionalnearestNattribute.final ImmutableFailoverImmutableFailover.withNearestN(Optional<Integer> optional) Copy the current immutable object by setting an optional value for thenearestNattribute.