Class AbstractMemtableWithCommitlog

  • All Implemented Interfaces:
    java.lang.Comparable<Memtable>, 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.