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
Modifier and TypeMethodDescriptionvoidProcess notification that cache size limit reached.
-
Method Details
-
onSizeLimitReached
Process notification that cache size limit reached.- Throws:
IOException
-