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

Packages that use Memtable
org.apache.cassandra.db   
org.apache.cassandra.db.filter   
 

Uses of Memtable in org.apache.cassandra.db
 

Methods in org.apache.cassandra.db that return types with arguments of type Memtable
static java.util.List<Memtable> ColumnFamilyStore.getUnflushedMemtables(java.lang.String cfName)
           
 

Methods in org.apache.cassandra.db with parameters of type Memtable
 int Memtable.compareTo(Memtable rhs)
          Compares two Memtable based on creation time.
 

Uses of Memtable in org.apache.cassandra.db.filter
 

Methods in org.apache.cassandra.db.filter with parameters of type Memtable
 ColumnIterator NamesQueryFilter.getMemColumnIterator(Memtable memtable, AbstractType comparator)
           
abstract  ColumnIterator QueryFilter.getMemColumnIterator(Memtable memtable, AbstractType comparator)
          returns an iterator that returns columns from the given memtable matching the Filter criteria in sorted order.
 ColumnIterator SliceQueryFilter.getMemColumnIterator(Memtable memtable, AbstractType comparator)
           
 



Copyright © 2010 The Apache Software Foundation