Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.io.journal
Class FlashJournalRM.WriterDaemon.FileFullTask

java.lang.Object
  extended by com.tangosol.io.journal.FlashJournalRM.WriterDaemon.FileFullTask

All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
FlashJournalRM.WriterDaemon

protected class FlashJournalRM.WriterDaemon.FileFullTask
extends java.lang.Object
implements java.lang.Runnable

A task that gets queued to perform cleanup on a file (on the WriterDaemon thread) when the file is full (no more writes will occur to the file).


Constructor Summary
FlashJournalRM.WriterDaemon.FileFullTask(FlashJournalRM.JournalFile jrnlfile)
          Construct a FileFullInfo "struct".

 

Method Summary
 void run()
          Execute the task, closing the file and moving on to the next one.

 

Constructor Detail

FlashJournalRM.WriterDaemon.FileFullTask

public FlashJournalRM.WriterDaemon.FileFullTask(FlashJournalRM.JournalFile jrnlfile)
Construct a FileFullInfo "struct".
Parameters:
jrnlfile - the file that is full

Method Detail

run

public void run()
Execute the task, closing the file and moving on to the next one.
Specified by:
run in interface java.lang.Runnable

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.