Uses of Class
com.orbitz.consul.model.query.StoredQuery
-
Packages that use StoredQuery Package Description com.orbitz.consul com.orbitz.consul.model.query -
-
Uses of StoredQuery in com.orbitz.consul
Methods in com.orbitz.consul that return types with arguments of type StoredQuery Modifier and Type Method Description java.util.List<StoredQuery>PreparedQueryClient. getPreparedQueries()Retrieves the list of prepared queries.java.util.List<StoredQuery>PreparedQueryClient. getPreparedQueries(java.lang.String dc)Retrieves the list of prepared queries.java.util.Optional<StoredQuery>PreparedQueryClient. getPreparedQuery(java.lang.String id)Retrieves a prepared query by its ID.java.util.Optional<StoredQuery>PreparedQueryClient. getPreparedQuery(java.lang.String id, java.lang.String dc)Retrieves a prepared query by its ID. -
Uses of StoredQuery in com.orbitz.consul.model.query
Subclasses of StoredQuery in com.orbitz.consul.model.query Modifier and Type Class Description classImmutableStoredQueryImmutable implementation ofStoredQuery.Methods in com.orbitz.consul.model.query with parameters of type StoredQuery Modifier and Type Method Description static ImmutableStoredQueryImmutableStoredQuery. copyOf(StoredQuery instance)Creates an immutable copy of aStoredQueryvalue.ImmutableStoredQuery.BuilderImmutableStoredQuery.Builder. from(StoredQuery instance)Fill a builder with attribute values from the providedStoredQueryinstance.
-