| 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.withDatacenter(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
datacenter attribute. |
ImmutableQueryOptions |
ImmutableQueryOptions.withDatacenter(String value)
Copy the current immutable object by setting a present value for the optional
datacenter attribute. |
ImmutableQueryOptions |
ImmutableQueryOptions.withHash(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
hash attribute. |
ImmutableQueryOptions |
ImmutableQueryOptions.withHash(String value)
Copy the current immutable object by setting a present value for the optional
hash attribute. |
ImmutableQueryOptions |
ImmutableQueryOptions.withIndex(BigInteger value)
Copy the current immutable object by setting a present value for the optional
index attribute. |
ImmutableQueryOptions |
ImmutableQueryOptions.withIndex(Optional<? extends BigInteger> optional)
Copy the current immutable object by setting an optional value for the
index attribute. |
ImmutableQueryOptions |
ImmutableQueryOptions.withNear(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.withNodeMeta(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
nodeMeta. |
ImmutableQueryOptions |
ImmutableQueryOptions.withNodeMeta(String... elements)
Copy the current immutable object with elements that replace the content of
nodeMeta. |
ImmutableQueryOptions |
ImmutableQueryOptions.withTag(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
tag. |
ImmutableQueryOptions |
ImmutableQueryOptions.withTag(String... elements)
Copy the current immutable object with elements that replace the content of
tag. |
ImmutableQueryOptions |
ImmutableQueryOptions.withToken(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(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 © 2019. All rights reserved.