Class LedgerMetadataIndex

java.lang.Object
org.apache.bookkeeper.bookie.storage.ldb.LedgerMetadataIndex
All Implemented Interfaces:
Closeable, AutoCloseable

public class LedgerMetadataIndex extends Object implements Closeable
Maintains an index for the ledgers metadata.

The key is the ledgerId and the value is the DbLedgerStorageDataFormats.LedgerData content.