Uses of Class
org.kiwiproject.consul.model.query.Failover
Packages that use Failover
-
Uses of Failover in org.kiwiproject.consul.model.query
Subclasses of Failover in org.kiwiproject.consul.model.queryMethods in org.kiwiproject.consul.model.query that return types with arguments of type FailoverMethods in org.kiwiproject.consul.model.query with parameters of type FailoverModifier and TypeMethodDescriptionstatic ImmutableFailoverCreates an immutable copy of aFailovervalue.Initializes the optional valuefailoverto failover.Fill a builder with attribute values from the providedFailoverinstance.final ImmutableServiceQueryImmutableServiceQuery.withFailover(Failover value) Copy the current immutable object by setting a present value for the optionalfailoverattribute.Method parameters in org.kiwiproject.consul.model.query with type arguments of type FailoverModifier and TypeMethodDescriptionInitializes the optional valuefailoverto failover.final ImmutableServiceQueryImmutableServiceQuery.withFailover(Optional<? extends Failover> optional) Copy the current immutable object by setting an optional value for thefailoverattribute.