|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Processor | |
|---|---|
| org.jboss.dna.graph.query | The Query API provides a mechanism for building and executing queries. |
| org.jboss.dna.graph.query.process | This package defines the QueryProcessor interface, which is responsible for constructing for each query
a tree of ProcessingComponent objects that each are responsible for processing a specific aspect of
the query and returning the tuples to the parent component. |
| Uses of Processor in org.jboss.dna.graph.query |
|---|
| Constructors in org.jboss.dna.graph.query with parameters of type Processor | |
|---|---|
QueryEngine(Planner planner,
Optimizer optimizer,
Processor processor)
Create a new query engine given the planner, optimizer, processor, and
schemata. |
|
| Uses of Processor in org.jboss.dna.graph.query.process |
|---|
| Classes in org.jboss.dna.graph.query.process that implement Processor | |
|---|---|
class |
QueryProcessor
An abstract Processor implementation that builds a tree of ProcessingComponent objects to perform the different
parts of the query processing logic. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||