Uses of Class
org.kiwiproject.consul.model.query.StoredQuery
Packages that use StoredQuery
-
Uses of StoredQuery in org.kiwiproject.consul
Methods in org.kiwiproject.consul that return types with arguments of type StoredQueryModifier and TypeMethodDescriptionPreparedQueryClient.getPreparedQueries()Retrieves the list of prepared queries.PreparedQueryClient.getPreparedQueries(String dc) Retrieves the list of prepared queries.PreparedQueryClient.getPreparedQuery(String id) Retrieves a prepared query by its ID.PreparedQueryClient.getPreparedQuery(String id, String dc) Retrieves a prepared query by its ID. -
Uses of StoredQuery in org.kiwiproject.consul.model.query
Subclasses of StoredQuery in org.kiwiproject.consul.model.queryMethods in org.kiwiproject.consul.model.query with parameters of type StoredQueryModifier and TypeMethodDescriptionstatic ImmutableStoredQueryImmutableStoredQuery.copyOf(StoredQuery instance) Creates an immutable copy of aStoredQueryvalue.ImmutableStoredQuery.Builder.from(StoredQuery instance) Fill a builder with attribute values from the providedStoredQueryinstance.