Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.filter |
Modifier and Type | Field and Description |
---|---|
java.lang.Iterable<Memtable> |
ColumnFamilyStore.ViewFragment.memtables |
Modifier and Type | Method and Description |
---|---|
Memtable |
DataTracker.getMemtable() |
Memtable |
DataTracker.switchMemtable()
Switch the current memtable.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<Memtable> |
ColumnFamilyStore.getMemtablesPendingFlush() |
java.util.Set<Memtable> |
DataTracker.getMemtablesPendingFlush() |
Modifier and Type | Method and Description |
---|---|
void |
DataTracker.replaceFlushed(Memtable memtable,
SSTableReader sstable) |
Modifier and Type | Method and Description |
---|---|
static CloseableIterator<Row> |
RowIteratorFactory.getIterator(java.lang.Iterable<Memtable> memtables,
java.util.Collection<SSTableReader> sstables,
RowPosition startWith,
RowPosition stopAt,
QueryFilter filter,
ColumnFamilyStore cfs)
Get a row iterator over the provided memtables and sstables, between the provided keys
and filtered by the queryfilter.
|
Constructor and Description |
---|
ColumnFamilyStore.ViewFragment(java.util.List<SSTableReader> sstables,
java.lang.Iterable<Memtable> memtables) |
Modifier and Type | Method and Description |
---|---|
OnDiskAtomIterator |
QueryFilter.getMemtableColumnIterator(Memtable memtable) |
Copyright © 2014 The Apache Software Foundation