Uses of Class
com.orbitz.consul.model.query.QueryResults
-
Packages that use QueryResults Package Description com.orbitz.consul com.orbitz.consul.model.query -
-
Uses of QueryResults in com.orbitz.consul
Methods in com.orbitz.consul that return QueryResults Modifier and Type Method Description QueryResultsPreparedQueryClient. execute(java.lang.String nameOrId)Executes a prepared query by its name or ID.Method parameters in com.orbitz.consul with type arguments of type QueryResults Modifier and Type Method Description voidPreparedQueryClient. execute(java.lang.String nameOrId, QueryOptions options, Callback<QueryResults> callback)Executes a prepared query by its name or ID. -
Uses of QueryResults in com.orbitz.consul.model.query
Subclasses of QueryResults in com.orbitz.consul.model.query Modifier and Type Class Description classImmutableQueryResultsImmutable implementation ofQueryResults.Methods in com.orbitz.consul.model.query with parameters of type QueryResults Modifier and Type Method Description static ImmutableQueryResultsImmutableQueryResults. copyOf(QueryResults instance)Creates an immutable copy of aQueryResultsvalue.ImmutableQueryResults.BuilderImmutableQueryResults.Builder. from(QueryResults instance)Fill a builder with attribute values from the providedQueryResultsinstance.
-