Modifier and Type | Class and Description |
---|---|
static class |
Memtable.MemtableUnfilteredPartitionIterator |
Modifier and Type | Class and Description |
---|---|
class |
CompactionIterator
Merge multiple iterators over the content of sstable into a "compacted" iterator.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PartitionIterator
An iterator over a number of (filtered) partition.
|
interface |
UnfilteredPartitionIterator
An iterator over a number of unfiltered partitions (i.e.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUnfilteredPartitionIterator |
class |
SingletonUnfilteredPartitionIterator |
Modifier and Type | Class and Description |
---|---|
class |
BasePartitions<R extends BaseRowIterator<?>,I extends BasePartitionIterator<? extends BaseRowIterator<?>>> |
interface |
MorePartitions<I extends BasePartitionIterator<?>>
An interface for providing new partitions for a partitions iterator.
|
Modifier and Type | Class and Description |
---|---|
class |
BasePartitions<R extends BaseRowIterator<?>,I extends BasePartitionIterator<? extends BaseRowIterator<?>>> |
class |
FilteredPartitions |
Modifier and Type | Interface and Description |
---|---|
interface |
ISSTableScanner
An ISSTableScanner is an abstraction allowing multiple SSTableScanners to be
chained together under the hood.
|
Modifier and Type | Class and Description |
---|---|
class |
BigTableScanner |
static class |
BigTableScanner.EmptySSTableScanner |
Modifier and Type | Class and Description |
---|---|
class |
AggregationQueryPager.AggregationPartitionIterator
PartitionIterator for queries without Group By but with aggregates. |
class |
AggregationQueryPager.GroupByPartitionIterator
PartitionIterator that automatically fetch a new sub-page of data if needed when the current iterator is
exhausted. |
Copyright © 2018 The Apache Software Foundation