| Package | Description |
|---|---|
| com.orbitz.consul.option |
| Modifier and Type | Method and Description |
|---|---|
ImmutableTransactionOptions |
ImmutableTransactionOptions.Builder.build()
Builds a new
ImmutableTransactionOptions. |
static ImmutableTransactionOptions |
ImmutableTransactionOptions.copyOf(TransactionOptions instance)
Creates an immutable copy of a
TransactionOptions value. |
ImmutableTransactionOptions |
ImmutableTransactionOptions.withConsistencyMode(ConsistencyMode value)
Copy the current immutable object by setting a value for the
consistencyMode attribute. |
ImmutableTransactionOptions |
ImmutableTransactionOptions.withDatacenter(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
datacenter attribute. |
ImmutableTransactionOptions |
ImmutableTransactionOptions.withDatacenter(String value)
Copy the current immutable object by setting a present value for the optional
datacenter attribute. |
Copyright © 2018. All rights reserved.