| Package | Description |
|---|---|
| com.orbitz.consul | |
| com.orbitz.consul.option |
| Modifier and Type | Method and Description |
|---|---|
boolean |
KeyValueClient.putValue(String key,
byte[] value,
long flags,
PutOptions putOptions)
Puts a value into the key/value store.
|
boolean |
KeyValueClient.putValue(String key,
String value,
long flags,
PutOptions putOptions)
Puts a value into the key/value store.
|
boolean |
KeyValueClient.putValue(String key,
String value,
long flags,
PutOptions putOptions,
Charset charset)
Puts a value into the key/value store.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutablePutOptions
Immutable implementation of
PutOptions. |
| Modifier and Type | Field and Description |
|---|---|
static PutOptions |
PutOptions.BLANK |
| Modifier and Type | Method and Description |
|---|---|
static ImmutablePutOptions |
ImmutablePutOptions.copyOf(PutOptions instance)
Creates an immutable copy of a
PutOptions value. |
ImmutablePutOptions.Builder |
ImmutablePutOptions.Builder.from(PutOptions instance)
Fill a builder with attribute values from the provided
PutOptions instance. |
Copyright © 2019. All rights reserved.