ImmutableQueryOptions |
ImmutableQueryOptions.Builder.build() |
|
static ImmutableQueryOptions |
ImmutableQueryOptions.copyOf(QueryOptions instance) |
|
ImmutableQueryOptions |
ImmutableQueryOptions.withConsistencyMode(ConsistencyMode value) |
Copy the current immutable object by setting a value for the consistencyMode attribute.
|
ImmutableQueryOptions |
ImmutableQueryOptions.withDatacenter(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional datacenter attribute.
|
ImmutableQueryOptions |
ImmutableQueryOptions.withDatacenter(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the datacenter attribute.
|
ImmutableQueryOptions |
ImmutableQueryOptions.withHash(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional hash attribute.
|
ImmutableQueryOptions |
ImmutableQueryOptions.withHash(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the hash attribute.
|
ImmutableQueryOptions |
ImmutableQueryOptions.withIndex(java.math.BigInteger value) |
Copy the current immutable object by setting a present value for the optional index attribute.
|
ImmutableQueryOptions |
ImmutableQueryOptions.withIndex(java.util.Optional<? extends java.math.BigInteger> optional) |
Copy the current immutable object by setting an optional value for the index attribute.
|
ImmutableQueryOptions |
ImmutableQueryOptions.withNear(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional near attribute.
|
ImmutableQueryOptions |
ImmutableQueryOptions.withNear(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the near attribute.
|
ImmutableQueryOptions |
ImmutableQueryOptions.withNodeMeta(java.lang.Iterable<java.lang.String> elements) |
Copy the current immutable object with elements that replace the content of nodeMeta.
|
ImmutableQueryOptions |
ImmutableQueryOptions.withNodeMeta(java.lang.String... elements) |
Copy the current immutable object with elements that replace the content of nodeMeta.
|
ImmutableQueryOptions |
ImmutableQueryOptions.withTag(java.lang.Iterable<java.lang.String> elements) |
Copy the current immutable object with elements that replace the content of tag.
|
ImmutableQueryOptions |
ImmutableQueryOptions.withTag(java.lang.String... elements) |
Copy the current immutable object with elements that replace the content of tag.
|
ImmutableQueryOptions |
ImmutableQueryOptions.withToken(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional token attribute.
|
ImmutableQueryOptions |
ImmutableQueryOptions.withToken(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the token attribute.
|
ImmutableQueryOptions |
ImmutableQueryOptions.withWait(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional wait attribute.
|
ImmutableQueryOptions |
ImmutableQueryOptions.withWait(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the wait attribute.
|