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