| Package | Description |
|---|---|
| com.orbitz.consul | |
| com.orbitz.consul.option |
| Modifier and Type | Method and Description |
|---|---|
ConsulResponse<TxResponse> |
KeyValueClient.performTransaction(ConsistencyMode consistency,
Operation... operations)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ConsistencyMode |
ImmutableTransactionOptions.getConsistencyMode() |
ConsistencyMode |
ImmutableQueryOptions.getConsistencyMode() |
ConsistencyMode |
TransactionOptions.getConsistencyMode() |
ConsistencyMode |
QueryOptions.getConsistencyMode() |
static ConsistencyMode |
ConsistencyMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsistencyMode[] |
ConsistencyMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableTransactionOptions.Builder |
ImmutableTransactionOptions.Builder.consistencyMode(ConsistencyMode consistencyMode)
Initializes the value for the
consistencyMode attribute. |
ImmutableQueryOptions.Builder |
ImmutableQueryOptions.Builder.consistencyMode(ConsistencyMode consistencyMode)
Initializes the value for the
consistencyMode attribute. |
ImmutableTransactionOptions |
ImmutableTransactionOptions.withConsistencyMode(ConsistencyMode value)
Copy the current immutable object by setting a value for the
consistencyMode attribute. |
ImmutableQueryOptions |
ImmutableQueryOptions.withConsistencyMode(ConsistencyMode value)
Copy the current immutable object by setting a value for the
consistencyMode attribute. |
Copyright © 2018. All rights reserved.