Package com.tangosol.io.journal
Class FlashJournalRM.WriterDaemon.FileFullTask
java.lang.Object
com.tangosol.io.journal.FlashJournalRM.WriterDaemon.FileFullTask
- All Implemented Interfaces:
Runnable
- Enclosing class:
FlashJournalRM.WriterDaemon
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
ConstructorsConstructorDescriptionFileFullTask
(FlashJournalRM.JournalFile jrnlfile) Construct a FileFullInfo "struct". -
Method Summary
Modifier and TypeMethodDescriptionvoid
run()
Execute the task, closing the file and moving on to the next one.