|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.db.RowIteratorFactory
public class RowIteratorFactory
Constructor Summary | |
---|---|
RowIteratorFactory()
|
Method Summary | |
---|---|
static RowIterator |
getIterator(java.util.Collection<Memtable> memtables,
java.util.Collection<SSTableReader> sstables,
DecoratedKey startWith,
DecoratedKey stopAt,
QueryFilter filter,
AbstractType comparator,
ColumnFamilyStore cfs)
Get a row iterator over the provided memtables and sstables, between the provided keys and filtered by the queryfilter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RowIteratorFactory()
Method Detail |
---|
public static RowIterator getIterator(java.util.Collection<Memtable> memtables, java.util.Collection<SSTableReader> sstables, DecoratedKey startWith, DecoratedKey stopAt, QueryFilter filter, AbstractType comparator, ColumnFamilyStore cfs)
memtables
- Memtables pending flush.sstables
- SStables to scan through.startWith
- Start at this keystopAt
- Stop and this keyfilter
- Used to decide which columns to pull outcomparator
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |