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.WaitCongestionPolicy

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

Enclosing class:
FlashJournalRM

protected static class FlashJournalRM.WaitCongestionPolicy
extends FlashJournalRM.CongestionPolicy

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
protected FlashJournalRM.WaitCongestionPolicy()
           

 

Method Summary
protected  void onCongestion(FlashJournalRM.JournalFile jrnlfile)
          Invoked when it is determined the provided jrnlfile has become congested.

 

Constructor Detail

FlashJournalRM.WaitCongestionPolicy

protected FlashJournalRM.WaitCongestionPolicy()

Method Detail

onCongestion

protected void onCongestion(FlashJournalRM.JournalFile jrnlfile)
Invoked when it is determined the provided jrnlfile has become congested.
Specified by:
onCongestion in class FlashJournalRM.CongestionPolicy
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.