| Package | Description |
|---|---|
| com.orbitz.consul.model.session |
| Modifier and Type | Method and Description |
|---|---|
ImmutableSession |
ImmutableSession.Builder.build()
Builds a new
ImmutableSession. |
static ImmutableSession |
ImmutableSession.copyOf(Session instance)
Creates an immutable copy of a
Session value. |
ImmutableSession |
ImmutableSession.withBehavior(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
behavior attribute. |
ImmutableSession |
ImmutableSession.withBehavior(String value)
Copy the current immutable object by setting a present value for the optional
behavior attribute. |
ImmutableSession |
ImmutableSession.withChecks(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
checks. |
ImmutableSession |
ImmutableSession.withChecks(String... elements)
Copy the current immutable object with elements that replace the content of
checks. |
ImmutableSession |
ImmutableSession.withLockDelay(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
lockDelay attribute. |
ImmutableSession |
ImmutableSession.withLockDelay(String value)
Copy the current immutable object by setting a present value for the optional
lockDelay attribute. |
ImmutableSession |
ImmutableSession.withName(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
name attribute. |
ImmutableSession |
ImmutableSession.withName(String value)
Copy the current immutable object by setting a present value for the optional
name attribute. |
ImmutableSession |
ImmutableSession.withNode(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
node attribute. |
ImmutableSession |
ImmutableSession.withNode(String value)
Copy the current immutable object by setting a present value for the optional
node attribute. |
ImmutableSession |
ImmutableSession.withTtl(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
ttl attribute. |
ImmutableSession |
ImmutableSession.withTtl(String value)
Copy the current immutable object by setting a present value for the optional
ttl attribute. |
Copyright © 2019. All rights reserved.