Modifier and Type | Class and Description |
---|---|
static class |
ColumnFamilyStore.AbstractScanIterator |
Modifier and Type | Method and Description |
---|---|
static CloseableIterator<Row> |
RowIteratorFactory.getIterator(java.lang.Iterable<Memtable> memtables,
java.util.Collection<SSTableReader> sstables,
DataRange range,
ColumnFamilyStore cfs,
long now)
Get a row iterator over the provided memtables and sstables, between the provided keys
and filtered by the queryfilter.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OnDiskAtomIterator |
Modifier and Type | Class and Description |
---|---|
class |
LazyColumnIterator |
Modifier and Type | Method and Description |
---|---|
abstract CloseableIterator<AbstractCompactedRow> |
AbstractCompactionIterable.iterator() |
CloseableIterator<AbstractCompactedRow> |
CompactionIterable.iterator() |
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 |
KeyIterator |
class |
ReducingKeyIterator
Caller must acquire and release references to the sstables used here.
|
class |
SSTableIdentityIterator |
Modifier and Type | Class and Description |
---|---|
class |
BigTableScanner |
static class |
BigTableScanner.EmptySSTableScanner |
Modifier and Type | Interface and Description |
---|---|
interface |
IMergeIterator<In,Out> |
Modifier and Type | Class and Description |
---|---|
class |
MergeIterator<In,Out>
Merges sorted input iterators which individually contain unique items.
|
Modifier and Type | Method and Description |
---|---|
static <T> CloseableIterator<T> |
FBUtilities.closeableIterator(java.util.Iterator<T> iterator) |
Copyright © 2020 The Apache Software Foundation