| 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(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
datacenters attribute. |
ImmutableFailover |
ImmutableFailover.withDatacenters(String value)
Copy the current immutable object by setting a present value for the optional
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 © 2018. All rights reserved.