Uses of Class
com.tangosol.io.journal.AbstractJournalRM.CollectorDaemon
Packages that use AbstractJournalRM.CollectorDaemon
-
Uses of AbstractJournalRM.CollectorDaemon in com.tangosol.io.journal
Fields in com.tangosol.io.journal declared as AbstractJournalRM.CollectorDaemonModifier and TypeFieldDescriptionprotected AbstractJournalRM.CollectorDaemon
AbstractJournalRM.m_daemonCollector
The "garbage collector" thread that determines when journal files are ripe to be evacuated and deleted.Methods in com.tangosol.io.journal that return AbstractJournalRM.CollectorDaemonModifier and TypeMethodDescriptionprotected AbstractJournalRM.CollectorDaemon
AbstractJournalRM.getCollectorDaemon()
Obtain the CollectorDaemon instance.protected AbstractJournalRM.CollectorDaemon
AbstractJournalRM.instantiateCollectorDaemon()
Factory: Instantiate a CollectorDaemon.