Package | Description |
---|---|
org.modeshape.jcr.query |
The Query API provides a mechanism for building and executing queries.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
BufferManager.DistinctBuffer<T>
A buffer used to determine distinct values.
|
static interface |
BufferManager.QueueBuffer<T>
A buffer that maintains the insertion order of a series of values.
|
static interface |
BufferManager.SortingBuffer<SortType,RecordType>
A buffer used to sort values into ascending or descending order.
|
Modifier and Type | Class and Description |
---|---|
protected class |
BufferManager.CloseableBuffer |
protected class |
BufferManager.CloseableDistinctBuffer<T> |
protected class |
BufferManager.CloseableQueueBuffer<T> |
protected class |
BufferManager.CloseableSortingBuffer<K,V> |
protected class |
BufferManager.CloseableSortingBufferWithDuplicates<K extends Comparable<K>,V> |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.