public interface JournalEventListener
Modifier and Type | Method and Description |
---|---|
void |
overflowNotification(RecordLocation safeLocation)
This event is issues when a Journal implementations wants to recover
disk space used by old records.
|
void overflowNotification(RecordLocation safeLocation)
safeLocation
further write opperations against the Journal may casuse IOExceptions
to occur due to a log overflow condition.safeLocation
- the oldest location that the journal recomends the mark to be set.Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.