Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


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)
Description copied from class: FlashJournalRM.CongestionPolicy
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® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


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