Uses of Interface
org.infinispan.query.impl.IndexedQuery
-
Packages that use IndexedQuery Package Description org.infinispan.query.clustered org.infinispan.query.dsl.embedded.impl Query DSL implementation internals.org.infinispan.query.impl Query module internals. -
-
Uses of IndexedQuery in org.infinispan.query.clustered
Classes in org.infinispan.query.clustered that implement IndexedQuery Modifier and Type Class Description classDistributedIndexedQueryImpl<E>An extension of IndexedQueryImpl used for distributed queries.Methods in org.infinispan.query.clustered that return IndexedQuery Modifier and Type Method Description IndexedQuery<E>DistributedIndexedQueryImpl. firstResult(int firstResult)IndexedQuery<E>DistributedIndexedQueryImpl. maxResults(int maxResults)IndexedQuery<E>DistributedIndexedQueryImpl. timeout(long timeout, TimeUnit timeUnit) -
Uses of IndexedQuery in org.infinispan.query.dsl.embedded.impl
Methods in org.infinispan.query.dsl.embedded.impl that return IndexedQuery Modifier and Type Method Description <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 IndexedQuery Modifier and Type Class Description classIndexedQueryImpl<E>Lucene based indexed query implementation.Methods in org.infinispan.query.impl that return IndexedQuery Modifier and Type Method Description IndexedQuery<E>IndexedQuery. firstResult(int index)Sets the index of the first result, skipping the previous ones.IndexedQuery<E>IndexedQueryImpl. firstResult(int firstResult)Sets the result of the given integer value to the first result.IndexedQuery<E>IndexedQuery. maxResults(int maxResults)Sets the maximum number of results to return from the query.IndexedQuery<E>IndexedQueryImpl. maxResults(int maxResults)IndexedQuery<E>IndexedQuery. timeout(long timeout, TimeUnit timeUnit)Set the timeout for this query.IndexedQuery<E>IndexedQueryImpl. timeout(long timeout, TimeUnit timeUnit)
-