| Package | Description |
|---|---|
| org.modeshape.jcr.query |
The Query API provides a mechanism for building and executing queries.
|
| org.modeshape.jcr.query.engine |
This package contains several fully-functional query engine implementations.
|
| org.modeshape.jcr.query.plan |
This package defines the
Planner interface, the CanonicalPlanner implementation, and the
PlanNode class that is used to represent a canonical query plan. |
| Modifier and Type | Method and Description |
|---|---|
protected Planner |
QueryEngineBuilder.defaultPlanner() |
protected Planner |
QueryEngineBuilder.planner() |
| Modifier and Type | Method and Description |
|---|---|
QueryEngineBuilder |
QueryEngineBuilder.with(Planner planner) |
| Modifier and Type | Field and Description |
|---|---|
protected Planner |
ScanningQueryEngine.planner |
| Constructor and Description |
|---|
IndexQueryEngine(ExecutionContext context,
String repositoryName,
Planner planner,
Optimizer optimizer,
IndexManager indexManager) |
ScanningQueryEngine(ExecutionContext context,
String repositoryName,
Planner planner,
Optimizer optimizer) |
| Modifier and Type | Class and Description |
|---|---|
class |
CanonicalPlanner
The planner that produces a canonical query plan given a
query command. |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.