Class SingleDirectoryDbLedgerStorage

java.lang.Object
org.apache.bookkeeper.bookie.storage.ldb.SingleDirectoryDbLedgerStorage
All Implemented Interfaces:
CompactableLedgerStorage, LedgerStorage

public class SingleDirectoryDbLedgerStorage extends Object implements CompactableLedgerStorage
Single directory implementation of LedgerStorage that uses RocksDB to keep the indexes for entries stored in EntryLogs.

This is meant only to be used from DbLedgerStorage.