Uses of Interface
org.infinispan.query.impl.IndexedQuery
Packages that use IndexedQuery
Package
Description
Query DSL implementation internals.
Query module internals.
-
Uses of IndexedQuery in org.infinispan.query.clustered
Classes in org.infinispan.query.clustered that implement IndexedQueryModifier and TypeClassDescriptionfinal classAn extension of IndexedQueryImpl used for distributed queries.Methods in org.infinispan.query.clustered that return IndexedQueryModifier and TypeMethodDescriptionDistributedIndexedQueryImpl.firstResult(int firstResult) DistributedIndexedQueryImpl.maxResults(int maxResults) -
Uses of IndexedQuery in org.infinispan.query.dsl.embedded.impl
Methods in org.infinispan.query.dsl.embedded.impl that return IndexedQueryModifier and TypeMethodDescription<E> IndexedQuery<E>QueryEngine.buildLuceneQuery(org.infinispan.objectfilter.impl.syntax.parser.IckleParsingResult<TypeMetadata> parsingResult, Map<String, Object> namedParameters, long startOffset, int maxResults, boolean local) protected IndexedQuery<?>QueryEngine.makeCacheQuery(org.infinispan.objectfilter.impl.syntax.parser.IckleParsingResult<TypeMetadata> ickleParsingResult, SearchQueryBuilder searchQuery, Map<String, Object> namedParameters, boolean local) -
Uses of IndexedQuery in org.infinispan.query.impl
Classes in org.infinispan.query.impl that implement IndexedQueryModifier and TypeClassDescriptionclassLucene based indexed query implementation.Methods in org.infinispan.query.impl that return IndexedQueryModifier and TypeMethodDescriptionIndexedQuery.firstResult(int index) Sets the index of the first result, skipping the previous ones.IndexedQueryImpl.firstResult(int firstResult) Sets the result of the given integer value to the first result.IndexedQuery.maxResults(int maxResults) Sets the maximum number of results to return from the query.IndexedQueryImpl.maxResults(int maxResults) Set the timeout for this query.