Package org.apache.bookkeeper.bookie
Interface LEPStateChangeCallback
-
interface LEPStateChangeCallbackCallback interface when state of ledger entry page changed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonResetInUse(LedgerEntryPage lep)voidonSetClean(LedgerEntryPage lep)voidonSetDirty(LedgerEntryPage lep)voidonSetInUse(LedgerEntryPage lep)
-
-
-
Method Detail
-
onSetInUse
void onSetInUse(LedgerEntryPage lep)
-
onResetInUse
void onResetInUse(LedgerEntryPage lep)
-
onSetClean
void onSetClean(LedgerEntryPage lep)
-
onSetDirty
void onSetDirty(LedgerEntryPage lep)
-
-