Uses of Interface
org.infinispan.commons.api.query.Query
Packages that use Query
-
Uses of Query in org.infinispan.commons.api
Methods in org.infinispan.commons.api that return Query -
Uses of Query in org.infinispan.commons.api.query
Methods in org.infinispan.commons.api.query that return QueryModifier and TypeMethodDescriptionQuery.hitCountAccuracy(int hitCountAccuracy) Limits the required accuracy of the hit count for the indexed queries to an upper-bound.Query.local(boolean local) Set the query execution scopeQuery.maxResults(int maxResults) Query.scoreRequired(boolean scoreRequired) Query.setParameter(String paramName, Object paramValue) Sets the value of a named parameter.Query.setParameters(Map<String, Object> paramValues) Sets multiple named parameters at once.Query.startOffset(long startOffset) Set the timeout for this query.