Uses of Interface
org.apache.jackrabbit.oak.spi.query.QueryLimits
-
Packages that use QueryLimits Package Description org.apache.jackrabbit.oak org.apache.jackrabbit.oak.jcr org.apache.jackrabbit.oak.query org.apache.jackrabbit.oak.query.index org.apache.jackrabbit.oak.spi.query This package contains oak query index related classes. -
-
Uses of QueryLimits in org.apache.jackrabbit.oak
Methods in org.apache.jackrabbit.oak with parameters of type QueryLimits Modifier and Type Method Description @NotNull OakOak. with(@NotNull QueryLimits settings) -
Uses of QueryLimits in org.apache.jackrabbit.oak.jcr
Methods in org.apache.jackrabbit.oak.jcr with parameters of type QueryLimits Modifier and Type Method Description @NotNull JcrJcr. with(@NotNull QueryLimits qs) -
Uses of QueryLimits in org.apache.jackrabbit.oak.query
Classes in org.apache.jackrabbit.oak.query that implement QueryLimits Modifier and Type Class Description classQueryEngineSettingsSettings of the query engine.Methods in org.apache.jackrabbit.oak.query with parameters of type QueryLimits Modifier and Type Method Description static voidFilterIterators. checkMemoryLimit(long count, QueryLimits settings)Verify the number of in-memory nodes is below the limit.static voidFilterIterators. checkReadLimit(long count, QueryLimits settings)Verify the number of node read operations is below the limit.static <K> Iterator<K>FilterIterators. newCombinedFilter(Iterator<K> it, boolean distinct, long limit, long offset, Comparator<K> orderBy, QueryLimits settings)static <K> org.apache.jackrabbit.oak.query.FilterIterators.DistinctIterator<K>FilterIterators. newDistinct(Iterator<K> it, QueryLimits settings)static <K> Iterator<K>FilterIterators. newSort(Iterator<K> it, Comparator<K> orderBy, int max, QueryLimits settings) -
Uses of QueryLimits in org.apache.jackrabbit.oak.query.index
Methods in org.apache.jackrabbit.oak.query.index that return QueryLimits Modifier and Type Method Description QueryLimitsFilterImpl. getQueryLimits()Constructors in org.apache.jackrabbit.oak.query.index with parameters of type QueryLimits Constructor Description FilterImpl(SelectorImpl selector, String queryStatement, QueryLimits settings)Create a filter. -
Uses of QueryLimits in org.apache.jackrabbit.oak.spi.query
Methods in org.apache.jackrabbit.oak.spi.query that return QueryLimits Modifier and Type Method Description QueryLimitsFilter. getQueryLimits()
-