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) LedgerEntryPage
IndexInMemPageMgr. getLedgerEntryPage(long ledger, long pageEntry)
Get the ledger entry page for a given pageEntry.(package private) LedgerEntryPage
IndexInMemPageMgr. getLedgerEntryPageFromCache(long ledger, long firstEntry, boolean onlyDirty)
LedgerEntryPage
LedgerCache.PageEntries. getLEP()
Methods in org.apache.bookkeeper.bookie with parameters of type LedgerEntryPage Modifier and Type Method Description void
LEPStateChangeCallback. onResetInUse(LedgerEntryPage lep)
void
LEPStateChangeCallback. onSetClean(LedgerEntryPage lep)
void
LEPStateChangeCallback. onSetDirty(LedgerEntryPage lep)
void
LEPStateChangeCallback. onSetInUse(LedgerEntryPage lep)
(package private) boolean
IndexPersistenceMgr. 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) void
IndexPersistenceMgr. flushLedgerEntries(long l, java.util.List<LedgerEntryPage> entries)
-