| Package | Description |
|---|---|
| com.orbitz.consul.model.session |
| Modifier and Type | Method and Description |
|---|---|
ImmutableSession.Builder |
ImmutableSession.Builder.addAllChecks(Iterable<String> elements)
Adds elements to
checks list. |
ImmutableSession.Builder |
ImmutableSession.Builder.addChecks(String... elements)
Adds elements to
checks list. |
ImmutableSession.Builder |
ImmutableSession.Builder.addChecks(String element)
Adds one element to
checks list. |
ImmutableSession.Builder |
ImmutableSession.Builder.behavior(Optional<String> behavior)
Initializes the optional value
behavior to behavior. |
ImmutableSession.Builder |
ImmutableSession.Builder.behavior(String behavior)
Initializes the optional value
behavior to behavior. |
static ImmutableSession.Builder |
ImmutableSession.builder()
Creates a builder for
ImmutableSession. |
ImmutableSession.Builder |
ImmutableSession.Builder.checks(Iterable<String> elements)
Sets or replaces all elements for
checks list. |
ImmutableSession.Builder |
ImmutableSession.Builder.from(Session instance)
Fill a builder with attribute values from the provided
Session instance. |
ImmutableSession.Builder |
ImmutableSession.Builder.lockDelay(Optional<String> lockDelay)
Initializes the optional value
lockDelay to lockDelay. |
ImmutableSession.Builder |
ImmutableSession.Builder.lockDelay(String lockDelay)
Initializes the optional value
lockDelay to lockDelay. |
ImmutableSession.Builder |
ImmutableSession.Builder.name(Optional<String> name)
Initializes the optional value
name to name. |
ImmutableSession.Builder |
ImmutableSession.Builder.name(String name)
Initializes the optional value
name to name. |
ImmutableSession.Builder |
ImmutableSession.Builder.node(Optional<String> node)
Initializes the optional value
node to node. |
ImmutableSession.Builder |
ImmutableSession.Builder.node(String node)
Initializes the optional value
node to node. |
ImmutableSession.Builder |
ImmutableSession.Builder.ttl(Optional<String> ttl)
Initializes the optional value
ttl to ttl. |
ImmutableSession.Builder |
ImmutableSession.Builder.ttl(String ttl)
Initializes the optional value
ttl to ttl. |
Copyright © 2019. All rights reserved.