Package org.apache.bookkeeper.bookie
Interface CacheCallback
-
- All Known Implementing Classes:
SortedLedgerStorage
public interface CacheCallback
Interface plugged into caching to receive callback notifications.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onSizeLimitReached(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
-
-