Uses of Interface
org.apache.bookkeeper.bookie.LedgerCache
-
Packages that use LedgerCache Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients. -
-
Uses of LedgerCache in org.apache.bookkeeper.bookie
Classes in org.apache.bookkeeper.bookie that implement LedgerCache Modifier and Type Class Description (package private) static classInterleavedStorageRegenerateIndexOp.DryRunLedgerCacheclassLedgerCacheImplImplementation of LedgerCache interface.Fields in org.apache.bookkeeper.bookie declared as LedgerCache Modifier and Type Field Description (package private) LedgerCacheInterleavedLedgerStorage. ledgerCacheMethods in org.apache.bookkeeper.bookie that return LedgerCache Modifier and Type Method Description LedgerCacheInterleavedLedgerStorage. getLedgerCache()
-