| Package | Description |
|---|---|
| org.modeshape.jcr.query.engine |
This package contains several fully-functional query engine implementations.
|
| org.modeshape.jcr.query.optimize |
This package contains the Optimizer interface, a rule-based optimizer implementation, and library of optimization rules.
|
| Modifier and Type | Method and Description |
|---|---|
static IndexPlanners |
IndexPlanners.implicit()
Get the IndexPlanners instance that looks only for the implicit (built-in) indexes.
|
static IndexPlanners |
IndexPlanners.withProviders(Map<String,IndexPlanner> plannersByProviderName)
Get an IndexPlanners instance that looks for the implicit (built-in) indexes and that calls the appropriate
IndexPlanner instances given the available indexes for this selector. |
| Modifier and Type | Method and Description |
|---|---|
static AddIndexes |
AddIndexes.with(IndexPlanners planners)
The instance of the rule that uses the supplied index planner.
|
| Constructor and Description |
|---|
AddIndexes(IndexPlanners planner) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.