Modifier and Type | Class and Description |
---|---|
class |
AbstractUnfilteredRowIterator |
class |
LazilyInitializedUnfilteredRowIterator
Abstract class to create UnfilteredRowIterator that lazily initialize themselves.
|
class |
RowAndDeletionMergeIterator
An iterator that merges a source of rows with the range tombstone and partition level deletion of a give partition.
|
class |
ThrottledUnfilteredIterator
A utility class to split the given into smaller chunks each
having at most
ThrottledUnfilteredIterator.throttle + 1 unfiltereds. |
class |
UnfilteredRowIteratorWithLowerBound
An unfiltered row iterator with a lower bound retrieved from either the global
sstable statistics or the row index lower bounds (if available in the cache).
|
Modifier and Type | Class and Description |
---|---|
static class |
AbstractTokenTreeBuilder.LevelIterator |
Modifier and Type | Class and Description |
---|---|
class |
KeyIterator |
class |
SSTableSimpleIterator
Utility class to handle deserializing atom from sstables.
|
static class |
SSTableSimpleIterator.EmptySSTableSimpleIterator |
Modifier and Type | Class and Description |
---|---|
protected class |
BigTableScanner.KeyScanningIterator |
Modifier and Type | Class and Description |
---|---|
class |
MergeIterator<In,Out>
Merges sorted input iterators which individually contain unique items.
|
static class |
MerkleTree.TreeRangeIterator
Returns the leaf (range) of a given tree in increasing order.
|
Copyright © 2009- The Apache Software Foundation