Package org.apache.bookkeeper.bookie
Interface CacheCallback
-
- All Known Implementing Classes:
SortedLedgerStorage
public interface CacheCallbackInterface plugged into caching to receive callback notifications.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonSizeLimitReached(CheckpointSource.Checkpoint cp)Process notification that cache size limit reached.
-
-
-
Method Detail
-
onSizeLimitReached
void onSizeLimitReached(CheckpointSource.Checkpoint cp) throws java.io.IOException
Process notification that cache size limit reached.- Throws:
java.io.IOException
-
-