Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.io.journal
Class FlashJournalRM.CongestionPolicy

java.lang.Object
  extended by com.tangosol.io.journal.FlashJournalRM.CongestionPolicy

Direct Known Subclasses:
FlashJournalRM.FailCongestionPolicy, FlashJournalRM.WaitCongestionPolicy
Enclosing class:
FlashJournalRM

protected abstract static class FlashJournalRM.CongestionPolicy
extends java.lang.Object

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

FlashJournalRM.CongestionPolicy

protected FlashJournalRM.CongestionPolicy()

Method Detail

onCongestion

protected abstract void onCongestion(FlashJournalRM.JournalFile jrnlfile)
Invoked when it is determined the provided jrnlfile has become congested.
Parameters:
jrnlfile - the congested FlashJournalRM.JournalFile

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.