Uses of Class
org.apache.bookkeeper.bookie.LedgerEntryPage
Packages that use LedgerEntryPage
Package
Description
Provides a Bookie server that stores entries for clients.
-
Uses of LedgerEntryPage in org.apache.bookkeeper.bookie
Methods in org.apache.bookkeeper.bookie that return LedgerEntryPageModifier and TypeMethodDescription(package private) LedgerEntryPageIndexInMemPageMgr.getLedgerEntryPage(long ledger, long pageEntry) Get the ledger entry page for a given pageEntry.(package private) LedgerEntryPageIndexInMemPageMgr.getLedgerEntryPageFromCache(long ledger, long firstEntry, boolean onlyDirty) LedgerCache.PageEntries.getLEP()Methods in org.apache.bookkeeper.bookie with parameters of type LedgerEntryPageModifier and TypeMethodDescriptionvoidLEPStateChangeCallback.onResetInUse(LedgerEntryPage lep) voidLEPStateChangeCallback.onSetClean(LedgerEntryPage lep) voidLEPStateChangeCallback.onSetDirty(LedgerEntryPage lep) voidLEPStateChangeCallback.onSetInUse(LedgerEntryPage lep) (package private) booleanIndexPersistenceMgr.updatePage(LedgerEntryPage lep) Update the ledger entry page.Method parameters in org.apache.bookkeeper.bookie with type arguments of type LedgerEntryPageModifier and TypeMethodDescription(package private) voidIndexPersistenceMgr.flushLedgerEntries(long l, List<LedgerEntryPage> entries)