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,
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.
|
public static CloseableIterator<Row> getIterator(java.lang.Iterable<Memtable> memtables, java.util.Collection<SSTableReader> sstables, RowPosition startWith, RowPosition stopAt, QueryFilter filter, 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 outcfs
- Copyright © 2013 The Apache Software Foundation