Class AbstractMemtableWithCommitlog

java.lang.Object
org.apache.cassandra.db.memtable.AbstractMemtable
org.apache.cassandra.db.memtable.AbstractMemtableWithCommitlog
All Implemented Interfaces:
Comparable<Memtable>, CellSourceIdentifier, Memtable, UnfilteredSource
Direct Known Subclasses:
AbstractAllocatorMemtable

public abstract class AbstractMemtableWithCommitlog extends AbstractMemtable
Memtable that uses a commit log for persistence. Provides methods of tracking the commit log positions covered by it and safely switching between memtables.