Uses of Class
org.apache.cassandra.db.RowIterator

Packages that use RowIterator
org.apache.cassandra.db   
 

Uses of RowIterator in org.apache.cassandra.db
 

Methods in org.apache.cassandra.db that return RowIterator
static RowIterator RowIteratorFactory.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.
 



Copyright © 2010 The Apache Software Foundation