Package com.tangosol.io.journal
Class FlashJournalRM.WaitCongestionPolicy
java.lang.Object
com.tangosol.io.journal.FlashJournalRM.CongestionPolicy
com.tangosol.io.journal.FlashJournalRM.WaitCongestionPolicy
- Enclosing class:
FlashJournalRM
A
FlashJournalRM.CongestionPolicy
which blocks the current thread on the
FlashJournalRM.JournalFile
's monitor until awoken. It is expected that the
FlashJournalRM.WriterDaemon
will awake this parked thread.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
onCongestion
(FlashJournalRM.JournalFile jrnlfile) Invoked when it is determined the providedjrnlfile
has become congested.
-
Constructor Details
-
WaitCongestionPolicy
protected WaitCongestionPolicy()
-
-
Method Details
-
onCongestion
Invoked when it is determined the providedjrnlfile
has become congested.- Specified by:
onCongestion
in classFlashJournalRM.CongestionPolicy
- Parameters:
jrnlfile
- the congestedFlashJournalRM.JournalFile
-