Modifier and Type | Method and Description |
---|---|
abstract UnfilteredRowIterator |
Slices.makeSliceIterator(SliceableUnfilteredRowIterator iter)
Given a sliceable row iterator, returns a row iterator that only return rows selected by the slice of
this
Slices object. |
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 |
---|---|
UnfilteredRowIterator |
ClusteringIndexFilter.filter(SliceableUnfilteredRowIterator iterator)
Returns an iterator that only returns the rows of the provided sliceable iterator that this filter selects.
|
UnfilteredRowIterator |
ClusteringIndexNamesFilter.filter(SliceableUnfilteredRowIterator iter) |
UnfilteredRowIterator |
ClusteringIndexSliceFilter.filter(SliceableUnfilteredRowIterator iterator) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBTreePartition.SliceableIterator |
Modifier and Type | Method and Description |
---|---|
protected SliceableUnfilteredRowIterator |
AbstractBTreePartition.sliceableUnfilteredIterator() |
SliceableUnfilteredRowIterator |
AbstractBTreePartition.sliceableUnfilteredIterator(ColumnFilter columns,
boolean reversed) |
SliceableUnfilteredRowIterator |
PartitionUpdate.sliceableUnfilteredIterator(ColumnFilter columns,
boolean reversed) |
Modifier and Type | Method and Description |
---|---|
abstract SliceableUnfilteredRowIterator |
SSTableReader.iterator(DecoratedKey key,
ColumnFilter selectedColumns,
boolean reversed,
boolean isForThrift,
SSTableReadsListener listener) |
abstract SliceableUnfilteredRowIterator |
SSTableReader.iterator(FileDataInput file,
DecoratedKey key,
RowIndexEntry indexEntry,
ColumnFilter selectedColumns,
boolean reversed,
boolean isForThrift) |
Modifier and Type | Method and Description |
---|---|
SliceableUnfilteredRowIterator |
BigTableReader.iterator(DecoratedKey key,
ColumnFilter selectedColumns,
boolean reversed,
boolean isForThrift,
SSTableReadsListener listener) |
SliceableUnfilteredRowIterator |
BigTableReader.iterator(FileDataInput file,
DecoratedKey key,
RowIndexEntry indexEntry,
ColumnFilter selectedColumns,
boolean reversed,
boolean isForThrift) |
Copyright © 2017 The Apache Software Foundation