Class FlashJournalRM.WriterDaemon.FileFullTask
java.lang.Object
com.tangosol.io.journal.FlashJournalRM.WriterDaemon.FileFullTask
- All Implemented Interfaces:
Runnable
- Enclosing class:
FlashJournalRM.WriterDaemon
-
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.
-
Constructor Details
-
FileFullTask
Construct a FileFullInfo "struct".- Parameters:
jrnlfile
- the file that is full
-
-
Method Details
-
run
-