Uses of Class
com.orbitz.consul.model.query.ImmutableQueryResults
-
Packages that use ImmutableQueryResults Package Description com.orbitz.consul.model.query -
-
Uses of ImmutableQueryResults in com.orbitz.consul.model.query
Methods in com.orbitz.consul.model.query that return ImmutableQueryResults Modifier and Type Method Description ImmutableQueryResultsImmutableQueryResults.Builder. build()Builds a newImmutableQueryResults.static ImmutableQueryResultsImmutableQueryResults. copyOf(QueryResults instance)Creates an immutable copy of aQueryResultsvalue.ImmutableQueryResultsImmutableQueryResults. withNodes(ServiceHealth... elements)Copy the current immutable object with elements that replace the content ofnodes.ImmutableQueryResultsImmutableQueryResults. withNodes(java.lang.Iterable<? extends ServiceHealth> elements)Copy the current immutable object with elements that replace the content ofnodes.ImmutableQueryResultsImmutableQueryResults. withService(java.lang.String value)Copy the current immutable object by setting a value for theserviceattribute.
-