| Package | Description |
|---|---|
| com.orbitz.consul.option |
| Modifier and Type | Method and Description |
|---|---|
ImmutableQueryOptions |
ImmutableQueryOptions.Builder.build()
Builds a new
ImmutableQueryOptions. |
static ImmutableQueryOptions |
ImmutableQueryOptions.copyOf(QueryOptions instance)
Creates an immutable copy of a
QueryOptions value. |
ImmutableQueryOptions |
ImmutableQueryOptions.withConsistencyMode(ConsistencyMode value)
Copy the current immutable object by setting a value for the
consistencyMode attribute. |
ImmutableQueryOptions |
ImmutableQueryOptions.withIndex(BigInteger value)
Copy the current immutable object by setting a present value for the optional
index attribute. |
ImmutableQueryOptions |
ImmutableQueryOptions.withIndex(com.google.common.base.Optional<BigInteger> optional)
Copy the current immutable object by setting an optional value for the
index attribute. |
ImmutableQueryOptions |
ImmutableQueryOptions.withNear(com.google.common.base.Optional<String> optional)
Copy the current immutable object by setting an optional value for the
near attribute. |
ImmutableQueryOptions |
ImmutableQueryOptions.withNear(String value)
Copy the current immutable object by setting a present value for the optional
near attribute. |
ImmutableQueryOptions |
ImmutableQueryOptions.withToken(com.google.common.base.Optional<String> optional)
Copy the current immutable object by setting an optional value for the
token attribute. |
ImmutableQueryOptions |
ImmutableQueryOptions.withToken(String value)
Copy the current immutable object by setting a present value for the optional
token attribute. |
ImmutableQueryOptions |
ImmutableQueryOptions.withWait(com.google.common.base.Optional<String> optional)
Copy the current immutable object by setting an optional value for the
wait attribute. |
ImmutableQueryOptions |
ImmutableQueryOptions.withWait(String value)
Copy the current immutable object by setting a present value for the optional
wait attribute. |
Copyright © 2016. All rights reserved.