Class SortedLedgerStorage

java.lang.Object
org.apache.bookkeeper.bookie.SortedLedgerStorage
All Implemented Interfaces:
CacheCallback, CompactableLedgerStorage, DefaultEntryLogger.EntryLogListener, LedgerStorage, SkipListFlusher

A SortedLedgerStorage is an extension of InterleavedLedgerStorage. It is comprised of two MemTables and a InterleavedLedgerStorage. All the entries will be first added into a MemTable, and then be flushed back to the InterleavedLedgerStorage when the MemTable becomes full.