Package com.tangosol.io.journal
Class FlashJournalRM.CongestionPolicy
java.lang.Object
com.tangosol.io.journal.FlashJournalRM.CongestionPolicy
- Direct Known Subclasses:
FlashJournalRM.FailCongestionPolicy
,FlashJournalRM.WaitCongestionPolicy
- Enclosing class:
FlashJournalRM
A CongestionPolicy defines how to behave when the currently
active
FlashJournalRM.JournalFile
becomes congested.
The onCongestion(JournalFile)
method should only return control
once the congestion has been alleviated or if it can not be rectified
an unchecked exception should be thrown.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract void
onCongestion
(FlashJournalRM.JournalFile jrnlfile) Invoked when it is determined the providedjrnlfile
has become congested.
-
Constructor Details
-
CongestionPolicy
protected CongestionPolicy()
-
-
Method Details
-
onCongestion
Invoked when it is determined the providedjrnlfile
has become congested.- Parameters:
jrnlfile
- the congestedFlashJournalRM.JournalFile
-