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.
|
org.modeshape.jcr.spi.query |
This package contains the Service Provider Interface (SPI) for custom index providers, which are components that encapsulate
how ModeShape updates and uses a set of particular indexes.
|
Modifier and Type | Class and Description |
---|---|
static class |
IndexPlan.StandardIndexPlanner |
Modifier and Type | Field and Description |
---|---|
static QueryIndexPlanner |
IndexPlan.StandardIndexPlanner.INSTANCE |
Modifier and Type | Method and Description |
---|---|
static AddIndexes |
AddIndexes.with(QueryIndexPlanner planner)
The instance of the rule that uses the supplied index planner.
|
Constructor and Description |
---|
AddIndexes(QueryIndexPlanner planner) |
Modifier and Type | Method and Description |
---|---|
static QueryIndexPlanner |
QueryIndexPlanner.both(QueryIndexPlanner planner1,
QueryIndexPlanner planner2)
Utility that returns an
QueryIndexPlanner implementation that delegates to the first planner and then to the second
planner. |
abstract QueryIndexPlanner |
QueryIndexProvider.getIndexPlanner()
Get the planner that, during the query planning/optimization phase, evaluates for a single source the AND-ed query
constraints and defines indexes that may be used.
|
Modifier and Type | Method and Description |
---|---|
static QueryIndexPlanner |
QueryIndexPlanner.both(QueryIndexPlanner planner1,
QueryIndexPlanner planner2)
Utility that returns an
QueryIndexPlanner implementation that delegates to the first planner and then to the second
planner. |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.