| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractSSTableIterator | 
| class  | SSTableIteratorA Cell Iterator over SSTable | 
| class  | SSTableReversedIteratorA Cell Iterator in reversed clustering order over SSTable | 
| Modifier and Type | Method and Description | 
|---|---|
| protected BaseRowIterator<?> | DataLimits.Counter. applyToPartition(BaseRowIterator<?> partition) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected BaseRowIterator<?> | DataLimits.Counter. applyToPartition(BaseRowIterator<?> partition) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | BasePartitionIterator<I extends BaseRowIterator<?>> | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractBTreePartition.SlicesIterator | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WithOnlyQueriedData<I extends BaseRowIterator<?>>Function to skip cells (from an iterator) that are not part of those queried by the user
 according to the provided  ColumnFilter. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | RowIteratorAn iterator over rows belonging to a partition. | 
| interface  | UnfilteredRowIteratorAn iterator over the rows of a given partition that also includes deletion informations. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractUnfilteredRowIterator | 
| class  | LazilyInitializedUnfilteredRowIteratorAbstract class to create UnfilteredRowIterator that lazily initialize themselves. | 
| class  | RowAndDeletionMergeIteratorAn iterator that merges a source of rows with the range tombstone and partition level deletion of a give partition. | 
| class  | UnfilteredRowIteratorWithLowerBoundAn 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). | 
| class  | WrappingUnfilteredRowIteratorAbstract class to make writing unfiltered iterators that wrap another iterator
 easier. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BasePartitions<R extends BaseRowIterator<?>,I extends BasePartitionIterator<? extends BaseRowIterator<?>>> | 
| class  | BasePartitions<R extends BaseRowIterator<?>,I extends BasePartitionIterator<? extends BaseRowIterator<?>>> | 
| class  | BaseRows<R extends Unfiltered,I extends BaseRowIterator<? extends Unfiltered>> | 
| interface  | MoreRows<I extends BaseRowIterator<?>>An interface for providing new row contents for a partition. | 
| class  | StoppingTransformation<I extends BaseRowIterator<?>> | 
| class  | Transformation<I extends BaseRowIterator<?>>We have a single common superclass for all Transformations to make implementation efficient. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BaseRows<R extends Unfiltered,I extends BaseRowIterator<? extends Unfiltered>> | 
| class  | FilteredRows | 
| Modifier and Type | Method and Description | 
|---|---|
| protected BaseRowIterator<?> | BasePartitions. applyOne(BaseRowIterator<?> value,
        Transformation transformation) | 
| protected BaseRowIterator | EmptyPartitionsDiscarder. applyToPartition(BaseRowIterator iterator) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected BaseRowIterator<?> | BasePartitions. applyOne(BaseRowIterator<?> value,
        Transformation transformation) | 
| protected BaseRowIterator | EmptyPartitionsDiscarder. applyToPartition(BaseRowIterator iterator) | 
| protected RowIterator | Filter. applyToPartition(BaseRowIterator iterator) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SSTableIdentityIterator | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | StreamReader.StreamDeserializer | 
Copyright © 2018 The Apache Software Foundation