Uses of Interface
org.apache.jackrabbit.oak.spi.query.QueryIndex.IndexPlan
Packages that use QueryIndex.IndexPlan
Package
Description
This package contains oak query index related classes.
-
Uses of QueryIndex.IndexPlan in org.apache.jackrabbit.oak.query.plan
Methods in org.apache.jackrabbit.oak.query.plan that return QueryIndex.IndexPlanConstructors in org.apache.jackrabbit.oak.query.plan with parameters of type QueryIndex.IndexPlanModifierConstructorDescriptionSelectorExecutionPlan
(SelectorImpl selector, QueryIndex index, QueryIndex.IndexPlan plan, double estimatedCost) -
Uses of QueryIndex.IndexPlan in org.apache.jackrabbit.oak.spi.query
Methods in org.apache.jackrabbit.oak.spi.query that return QueryIndex.IndexPlanModifier and TypeMethodDescriptionQueryIndex.IndexPlan.Builder.build()
QueryIndex.IndexPlan.copy()
Creates a cloned copy of current plan.Methods in org.apache.jackrabbit.oak.spi.query that return types with arguments of type QueryIndex.IndexPlanModifier and TypeMethodDescriptionQueryIndex.AdvancedQueryIndex.getPlans
(Filter filter, List<QueryIndex.OrderEntry> sortOrder, NodeState rootState) Return the possible index plans for the given filter and sort order.Methods in org.apache.jackrabbit.oak.spi.query with parameters of type QueryIndex.IndexPlanModifier and TypeMethodDescriptionQueryIndex.AdvancedQueryIndex.getPlanDescription
(QueryIndex.IndexPlan plan, NodeState root) Get the query plan description (for logging purposes).QueryIndex.AdvancedQueryIndex.query
(QueryIndex.IndexPlan plan, NodeState rootState) Start a query.