public class RowIteratorFactory
extends java.lang.Object
Constructor and Description |
---|
RowIteratorFactory() |
Modifier and Type | Method and Description |
---|---|
static CloseableIterator<Row> |
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.
|
public static CloseableIterator<Row> getIterator(java.lang.Iterable<Memtable> memtables, java.util.Collection<SSTableReader> sstables, DataRange range, ColumnFamilyStore cfs, long now)
memtables
- Memtables pending flush.sstables
- SStables to scan through.range
- The data range to fetchcfs
- Copyright © 2013 The Apache Software Foundation