| Package | Description |
|---|---|
| com.orbitz.consul.model.query |
| Modifier and Type | Method and Description |
|---|---|
ImmutableQueryResults |
ImmutableQueryResults.Builder.build()
Builds a new
ImmutableQueryResults. |
static ImmutableQueryResults |
ImmutableQueryResults.copyOf(QueryResults instance)
Creates an immutable copy of a
QueryResults value. |
ImmutableQueryResults |
ImmutableQueryResults.withNodes(Iterable<? extends ServiceHealth> elements)
Copy the current immutable object with elements that replace the content of
nodes. |
ImmutableQueryResults |
ImmutableQueryResults.withNodes(ServiceHealth... elements)
Copy the current immutable object with elements that replace the content of
nodes. |
ImmutableQueryResults |
ImmutableQueryResults.withService(String value)
Copy the current immutable object by setting a value for the
service attribute. |
Copyright © 2018. All rights reserved.