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
 

Fields in org.apache.cassandra.db with type parameters of type Memtable
 java.lang.Iterable<Memtable> ColumnFamilyStore.ViewFragment.memtables
           
 

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
 java.util.concurrent.Future<?> ColumnFamilyStore.maybeSwitchMemtable(Memtable oldMemtable, boolean writeCommitLog)
          flush the given memtable and swap in a new one for its CFS, if it hasn't been frozen already.
 void DataTracker.replaceFlushed(Memtable memtable, SSTableReader sstable)
           
 

Method parameters in org.apache.cassandra.db with type arguments of type Memtable
static CloseableIterator<Row> RowIteratorFactory.getIterator(java.lang.Iterable<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.
 

Constructor parameters in org.apache.cassandra.db with type arguments of type Memtable
ColumnFamilyStore.ViewFragment(java.util.List<SSTableReader> sstables, java.lang.Iterable<Memtable> memtables)
           
 

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 © 2012 The Apache Software Foundation