See: Description
| Interface | Description |
|---|---|
| BufferedRows.BufferedRow | |
| BufferedRows.BufferedRowFactory<T extends BufferedRows.BufferedRow> | |
| JoinSequence.BatchFactory |
A factory for batches.
|
| JoinSequence.RangeProducer<K> | |
| RestartableSequence.BatchSequence |
| Class | Description |
|---|---|
| BufferedRows | |
| BufferedRows.DoubleNodeRow | |
| BufferedRows.DoubleNodeRowSerializer | |
| BufferedRows.MultiNodeRow | |
| BufferedRows.MultiNodeRowSerializer | |
| BufferedRows.QuadNodeRow | |
| BufferedRows.QuadNodeRowSerializer | |
| BufferedRows.SingleNodeRow | |
| BufferedRows.SingleNodeRowSerializer | |
| BufferedRows.TripleNodeRow | |
| BufferedRows.TripleNodeRowSerializer | |
| BufferingSequence | |
| CountableSequence |
A sequence that will return an accurate size for a given NodeSequence by buffering and counting the nodes and then accessing
the buffered sequence.
|
| DelegatingSequence | |
| DependentQuery |
A node sequence implementation that performs an independent query to find results that are required for a dependent query.
|
| DistinctSequence |
A
NodeSequence that wraps another NodeSequence and returns only those rows that are seen for the first time. |
| HashJoinSequence |
A
NodeSequence implementation that performs an equijoin of two delegate sequences. |
| JoinSequence |
A
NodeSequence implementation that performs a join of two delegate sequences. |
| JoinSequence.Range<K> | |
| PartialMemoryCountableSequence |
A sequence that will return an accurate size for a given NodeSequence by buffering and counting the nodes and then accessing
the buffered sequence.
|
| RestartableSequence |
A
NodeSequence that captures the buffers as they are used (or all at once) so that the sequence can be restarted. |
| SortingSequence |
NodeSequence implementations that perform various aspects of this processing.Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.