Class InterleavedLedgerStorage

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

@StatsDoc(name="bookie", category="server", help="Bookie related stats") public class InterleavedLedgerStorage extends Object implements CompactableLedgerStorage, DefaultEntryLogger.EntryLogListener
Interleave ledger storage.

This ledger storage implementation stores all entries in a single file and maintains an index file for each ledger.