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

Packages that use Memtable
org.apache.cassandra.db   
 

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.
static void ColumnFamilyStore.submitFlush(Memtable memtable, CommitLog.CommitLogContext cLogCtx)
           
 



Copyright © 2009 The Apache Software Foundation