Modifier and Type | Class and Description |
---|---|
class |
SSTableIterator
A Cell Iterator over SSTable
|
class |
SSTableReversedIterator
A 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.SliceableIterator |
class |
AbstractBTreePartition.SlicesIterator |
Modifier and Type | Interface and Description |
---|---|
interface |
RowIterator
An iterator over rows belonging to a partition.
|
interface |
SliceableUnfilteredRowIterator |
interface |
UnfilteredRowIterator
An iterator over the rows of a given partition that also includes deletion informations.
|
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 |
WrappingUnfilteredRowIterator
Abstract 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) |
Modifier and Type | Method and Description |
---|---|
protected BaseRowIterator<?> |
BasePartitions.applyOne(BaseRowIterator<?> value,
Transformation transformation) |
Modifier and Type | Class and Description |
---|---|
class |
SSTableIdentityIterator |
Modifier and Type | Class and Description |
---|---|
static class |
StreamReader.StreamDeserializer |
Copyright © 2017 The Apache Software Foundation