Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.columniterator | |
org.apache.cassandra.db.compaction | |
org.apache.cassandra.io.sstable | |
org.apache.cassandra.utils |
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 |
class |
SimpleAbstractColumnIterator |
class |
SSTableNamesIterator |
class |
SSTableSliceIterator
A Column Iterator over SSTable
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICompactionScanner
An ICompactionScanner is an abstraction allowing multiple SSTableScanners to be
chained together under the hood.
|
Modifier and Type | Method and Description |
---|---|
abstract CloseableIterator<AbstractCompactedRow> |
AbstractCompactionIterable.iterator() |
CloseableIterator<AbstractCompactedRow> |
CompactionIterable.iterator() |
CloseableIterator<AbstractCompactedRow> |
ParallelCompactionIterable.iterator() |
Modifier and Type | Method and Description |
---|---|
static void |
PrecompactedRow.merge(ColumnFamily returnCF,
java.util.List<CloseableIterator<Column>> data,
SecondaryIndexManager.Updater indexer) |
Modifier and Type | Class and Description |
---|---|
class |
KeyIterator |
class |
ReducingKeyIterator
Caller must acquire and release references to the sstables used here.
|
class |
SSTableIdentityIterator |
protected class |
SSTableReader.EmptyCompactionScanner |
class |
SSTableScanner |
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 © 2015 The Apache Software Foundation