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