Package | Description |
---|---|
org.modeshape.jcr.query |
The Query API provides a mechanism for building and executing queries.
|
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 |
BufferManager.CloseableSortingBuffer<K,V> |
protected class |
BufferManager.CloseableSortingBufferWithDuplicates<K extends Comparable<K>,V> |
Modifier and Type | Method and Description |
---|---|
BufferManager.SortingBuffer<SortType,RecordType> |
BufferManager.SortingBufferMaker.make()
Create the
BufferManager.SortingBuffer instance. |
BufferManager.SortingBuffer<K,V> |
BufferManager.MakeSortingBuffer.make() |
BufferManager.SortingBuffer<K,V> |
BufferManager.MakeSortingWithDuplicatesBuffer.make() |
Modifier and Type | Field and Description |
---|---|
protected BufferManager.SortingBuffer<Object,BufferedRows.BufferedRow> |
BufferingSequence.buffer |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.