| Package | Description |
|---|---|
| com.orbitz.consul.model.query |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFailover |
ImmutableFailover.Builder.build()
Builds a new
ImmutableFailover. |
static ImmutableFailover |
ImmutableFailover.copyOf(Failover instance)
Creates an immutable copy of a
Failover value. |
ImmutableFailover |
ImmutableFailover.withDatacenters(List<String> value)
Copy the current immutable object by setting a present value for the optional
datacenters attribute. |
ImmutableFailover |
ImmutableFailover.withDatacenters(Optional<? extends List<String>> optional)
Copy the current immutable object by setting an optional value for the
datacenters attribute. |
ImmutableFailover |
ImmutableFailover.withNearestN(int value)
Copy the current immutable object by setting a present value for the optional
nearestN attribute. |
ImmutableFailover |
ImmutableFailover.withNearestN(Optional<Integer> optional)
Copy the current immutable object by setting an optional value for the
nearestN attribute. |
Copyright © 2019. All rights reserved.