Uses of Class
org.kiwiproject.consul.model.query.QueryResults
Packages that use QueryResults
-
Uses of QueryResults in org.kiwiproject.consul
Methods in org.kiwiproject.consul that return QueryResultsModifier and TypeMethodDescriptionExecutes a prepared query by its name or ID.Method parameters in org.kiwiproject.consul with type arguments of type QueryResultsModifier and TypeMethodDescriptionvoidPreparedQueryClient.execute(String nameOrId, QueryOptions options, Callback<QueryResults> callback) Executes a prepared query by its name or ID. -
Uses of QueryResults in org.kiwiproject.consul.model.query
Subclasses of QueryResults in org.kiwiproject.consul.model.queryMethods in org.kiwiproject.consul.model.query with parameters of type QueryResultsModifier and TypeMethodDescriptionstatic ImmutableQueryResultsImmutableQueryResults.copyOf(QueryResults instance) Creates an immutable copy of aQueryResultsvalue.ImmutableQueryResults.Builder.from(QueryResults instance) Fill a builder with attribute values from the providedQueryResultsinstance.