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 class
InterleavedStorageRegenerateIndexOp.DryRunLedgerCache
class
LedgerCacheImpl
Implementation of LedgerCache interface.Fields in org.apache.bookkeeper.bookie declared as LedgerCache Modifier and Type Field Description (package private) LedgerCache
InterleavedLedgerStorage. ledgerCache
Methods in org.apache.bookkeeper.bookie that return LedgerCache Modifier and Type Method Description LedgerCache
InterleavedLedgerStorage. getLedgerCache()
-