| Package | Description |
|---|---|
| com.orbitz.consul.model.kv |
| Modifier and Type | Method and Description |
|---|---|
ImmutableValue |
ImmutableValue.Builder.build()
Builds a new
ImmutableValue. |
static ImmutableValue |
ImmutableValue.copyOf(Value instance)
Creates an immutable copy of a
Value value. |
ImmutableValue |
ImmutableValue.withCreateIndex(long value)
Copy the current immutable object by setting a value for the
createIndex attribute. |
ImmutableValue |
ImmutableValue.withFlags(long value)
Copy the current immutable object by setting a value for the
flags attribute. |
ImmutableValue |
ImmutableValue.withKey(String value)
Copy the current immutable object by setting a value for the
key attribute. |
ImmutableValue |
ImmutableValue.withLockIndex(long value)
Copy the current immutable object by setting a value for the
lockIndex attribute. |
ImmutableValue |
ImmutableValue.withModifyIndex(long value)
Copy the current immutable object by setting a value for the
modifyIndex attribute. |
ImmutableValue |
ImmutableValue.withSession(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
session attribute. |
ImmutableValue |
ImmutableValue.withSession(String value)
Copy the current immutable object by setting a present value for the optional
session attribute. |
ImmutableValue |
ImmutableValue.withValue(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
value attribute. |
ImmutableValue |
ImmutableValue.withValue(String value)
Copy the current immutable object by setting a present value for the optional
value attribute. |
Copyright © 2018. All rights reserved.