Package | Description |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.cache | |
org.modeshape.jcr.cache.document | |
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.engine.process |
When executing a query, the processing phase involves "running" each branch in the optimized query plan, determining
the set of nodes that satisfies each branch, and then joining each branch into a single result.
|
Modifier and Type | Class and Description |
---|---|
protected class |
JcrSession.SystemSessionCache |
Modifier and Type | Interface and Description |
---|---|
interface |
NodeCache |
interface |
SessionCache |
Modifier and Type | Class and Description |
---|---|
class |
SessionCacheWrapper
A
SessionCache implementation that wraps another and is suitable to extend and overwrite only those methods that are
required. |
Modifier and Type | Interface and Description |
---|---|
interface |
DocumentCache |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSessionCache |
class |
ReadOnlySessionCache
A read-only
SessionCache implementation. |
class |
TransactionalWorkspaceCache
A special WorkspaceCache implementation that should be used by sessions running within user transactions.
|
class |
WorkspaceCache
A
NodeCache implementation that uses a concurrent LRU map to store nodes. |
class |
WritableSessionCache
A writable
SessionCache implementation capable of making transient changes and saving them. |
Modifier and Type | Method and Description |
---|---|
CachedNodeSupplier |
QueryResults.getCachedNodes()
Get the supplier with which a node can be found by key.
|
Modifier and Type | Method and Description |
---|---|
CachedNodeSupplier |
Results.getCachedNodes() |
Constructor and Description |
---|
Results(QueryResults.Columns columns,
QueryResults.Statistics statistics,
NodeSequence rows,
CachedNodeSupplier cachedNodes,
Problems problems,
String plan)
Create a results object for the supplied context, command, and result columns and with the supplied tuples.
|
Modifier and Type | Field and Description |
---|---|
protected CachedNodeSupplier |
BufferingSequence.cache |
Modifier and Type | Method and Description |
---|---|
protected static CachedNode |
BufferedRows.deserializeNodeKey(String keyStr,
CachedNodeSupplier cache) |
static BufferedRows.BufferedRowFactory<? extends BufferedRows.BufferedRow> |
BufferedRows.serializer(CachedNodeSupplier nodeCache,
int width) |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.