Uses of Interface
org.infinispan.commons.api.query.Query
Packages that use Query
Package
Description
Commons API package
Query DSL API.
-
Uses of Query in org.infinispan.cache.impl
Methods in org.infinispan.cache.impl that return Query -
Uses of Query in org.infinispan.client.hotrod.event.impl
Methods in org.infinispan.client.hotrod.event.impl with parameters of type QueryModifier and TypeMethodDescription<C> void
ContinuousQueryImpl.addContinuousQueryListener
(Query<?> query, ContinuousQueryListener<K, C> listener) Registers a continuous query listener that uses a query DSL based filter. -
Uses of Query in org.infinispan.client.hotrod.impl
Methods in org.infinispan.client.hotrod.impl that return 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.Methods in org.infinispan.commons.api.query with parameters of type QueryModifier and TypeMethodDescription<C> void
ContinuousQuery.addContinuousQueryListener
(Query<?> query, ContinuousQueryListener<K, C> listener) Add a listener for a continuous query. -
Uses of Query in org.infinispan.query.dsl
Subinterfaces of Query in org.infinispan.query.dslModifier and TypeInterfaceDescriptioninterface
Query<T>
An immutable object representing both the query and the result. -
Uses of Query in org.infinispan.security.impl
Methods in org.infinispan.security.impl that return Query