Modifier and Type | Method and Description |
---|---|
static OnDiskAtomIterator |
Memtable.getNamesIterator(DecoratedKey key,
ColumnFamily cf,
NamesQueryFilter filter) |
static OnDiskAtomIterator |
Memtable.getSliceIterator(DecoratedKey key,
ColumnFamily cf,
SliceQueryFilter filter)
obtain an iterator of columns in this memtable in the specified order starting from a given column.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICountableColumnIterator |
interface |
ISSTableColumnIterator |
Modifier and Type | Class and Description |
---|---|
class |
LazyColumnIterator |
class |
SimpleAbstractColumnIterator |
class |
SSTableNamesIterator |
class |
SSTableSliceIterator
A Column Iterator over SSTable
|
Modifier and Type | Method and Description |
---|---|
OnDiskAtomIterator |
IColumnIteratorFactory.create() |
Modifier and Type | Method and Description |
---|---|
void |
CompactionIterable.Reducer.reduce(OnDiskAtomIterator current) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractColumnIterator |
Modifier and Type | Method and Description |
---|---|
OnDiskAtomIterator |
IDiskAtomFilter.getMemtableColumnIterator(ColumnFamily cf,
DecoratedKey key)
returns an iterator that returns columns from the given memtable
matching the Filter criteria in sorted order.
|
OnDiskAtomIterator |
NamesQueryFilter.getMemtableColumnIterator(ColumnFamily cf,
DecoratedKey key) |
OnDiskAtomIterator |
QueryFilter.getMemtableColumnIterator(ColumnFamily cf,
DecoratedKey key) |
OnDiskAtomIterator |
SliceQueryFilter.getMemtableColumnIterator(ColumnFamily cf,
DecoratedKey key) |
OnDiskAtomIterator |
QueryFilter.getMemtableColumnIterator(Memtable memtable) |
Modifier and Type | Class and Description |
---|---|
class |
SSTableIdentityIterator |
Modifier and Type | Field and Description |
---|---|
protected java.util.Iterator<OnDiskAtomIterator> |
SSTableScanner.iterator |
Modifier and Type | Method and Description |
---|---|
OnDiskAtomIterator |
SSTableBoundedScanner.next() |
OnDiskAtomIterator |
SSTableScanner.next() |
OnDiskAtomIterator |
SSTableScanner.KeyScanningIterator.next() |
OnDiskAtomIterator |
SSTableScanner.FilteredKeyScanningIterator.next() |
Copyright © 2014 The Apache Software Foundation