|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.io.journal.FlashJournalRM.CongestionPolicy
protected abstract static class FlashJournalRM.CongestionPolicy
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 | |
|---|---|
protected |
FlashJournalRM.CongestionPolicy() |
| Method Summary | |
|---|---|
protected abstract void |
onCongestion(FlashJournalRM.JournalFile jrnlfile)Invoked when it is determined the provided jrnlfile has become congested. |
| Constructor Detail |
|---|
protected FlashJournalRM.CongestionPolicy()
| Method Detail |
|---|
protected abstract void onCongestion(FlashJournalRM.JournalFile jrnlfile)
jrnlfile has become congested.jrnlfile - the congested FlashJournalRM.JournalFile
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||