Uses of Class
org.apache.bookkeeper.bookie.LedgerEntryPage
-
Packages that use LedgerEntryPage Package Description org.apache.bookkeeper.bookie 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 LedgerEntryPage Modifier and Type Method Description (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)LedgerEntryPageLedgerCache.PageEntries. getLEP()Methods in org.apache.bookkeeper.bookie with parameters of type LedgerEntryPage Modifier and Type Method Description voidLEPStateChangeCallback. 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 LedgerEntryPage Modifier and Type Method Description (package private) voidIndexPersistenceMgr. flushLedgerEntries(long l, java.util.List<LedgerEntryPage> entries)
-