Package | Description |
---|---|
org.modeshape.jcr.index.local | |
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.spi.index |
This package contains the interfaces for managing index providers and index definitions.
|
org.modeshape.jcr.spi.index.provider |
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.
|
Class and Description |
---|
Costable
A simple interface that provides metrics needed to compute the cost of applying indexes.
|
Filter
A simple filter that takes constraints as input and returns a results object that lazily returns (in batches) those nodes that
satisfy the constraints.
|
Filter.Results
The results of a
Filter.filter(IndexConstraints) operation that contains the nodes that satisfy the
supplied constraints . |
IndexChangeAdapter |
IndexProvider
A component that provides access to and manages a set of
indexes that are described/defined with
IndexDefinition objects via the session's IndexManager . |
ManagedIndex
The top-level interface for an index owned by a provider, with common methods needed by indexes regardless of number of
columns.
|
Class and Description |
---|
IndexProvider
A component that provides access to and manages a set of
indexes that are described/defined with
IndexDefinition objects via the session's IndexManager . |
Class and Description |
---|
Filter.Results
The results of a
Filter.filter(IndexConstraints) operation that contains the nodes that satisfy the
supplied constraints . |
IndexPlanner
A provider-specific component obtained by ModeShape and then used in the planning and optimization phases of each query to
identify which provider-specific indexes, if any, can be used in the processing phase to most-efficiently obtain the set of
nodes that satisfies the given criteria.
|
Class and Description |
---|
Filter
A simple filter that takes constraints as input and returns a results object that lazily returns (in batches) those nodes that
satisfy the constraints.
|
IndexProvider
A component that provides access to and manages a set of
indexes that are described/defined with
IndexDefinition objects via the session's IndexManager . |
IndexProviderExistsException
Exception used when an index provider already exists.
|
Class and Description |
---|
Costable
A simple interface that provides metrics needed to compute the cost of applying indexes.
|
Filter
A simple filter that takes constraints as input and returns a results object that lazily returns (in batches) those nodes that
satisfy the constraints.
|
Filter.Results
The results of a
Filter.filter(IndexConstraints) operation that contains the nodes that satisfy the
supplied constraints . |
IndexChangeAdapter |
IndexPlanner
A provider-specific component obtained by ModeShape and then used in the planning and optimization phases of each query to
identify which provider-specific indexes, if any, can be used in the processing phase to most-efficiently obtain the set of
nodes that satisfies the given criteria.
|
IndexProvider.ManagedIndexOperation
An operation that performs on a managed index with the associated index definition.
|
ManagedIndex
The top-level interface for an index owned by a provider, with common methods needed by indexes regardless of number of
columns.
|
NodeTypeMatcher |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.