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 Memtable
 Memtable DataTracker.getMemtable()
           
 Memtable DataTracker.switchMemtable()
          Switch the current memtable.
 

Methods in org.apache.cassandra.db that return types with arguments of type Memtable
 java.util.Set<Memtable> ColumnFamilyStore.getMemtablesPendingFlush()
           
 java.util.Set<Memtable> DataTracker.getMemtablesPendingFlush()
           
 

Methods in org.apache.cassandra.db with parameters of type Memtable
 int Memtable.compareTo(Memtable rhs)
          Compares two Memtable based on creation time.
 void DataTracker.replaceFlushed(Memtable memtable, SSTableReader sstable)
           
 

Method parameters in org.apache.cassandra.db with type arguments of type Memtable
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.
 

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

Methods in org.apache.cassandra.db.filter with parameters of type Memtable
 IColumnIterator QueryFilter.getMemtableColumnIterator(Memtable memtable, AbstractType comparator)
           
 



Copyright © 2011 The Apache Software Foundation