Uses of Class
com.tangosol.io.journal.AbstractJournalRM.CollectorDaemon
-
Packages that use AbstractJournalRM.CollectorDaemon Package Description com.tangosol.io.journal Contains classes related to the journaling services. -
-
Uses of AbstractJournalRM.CollectorDaemon in com.tangosol.io.journal
Fields in com.tangosol.io.journal declared as AbstractJournalRM.CollectorDaemon Modifier and Type Field Description protected AbstractJournalRM.CollectorDaemonAbstractJournalRM. m_daemonCollectorThe "garbage collector" thread that determines when journal files are ripe to be evacuated and deleted.Methods in com.tangosol.io.journal that return AbstractJournalRM.CollectorDaemon Modifier and Type Method Description protected AbstractJournalRM.CollectorDaemonAbstractJournalRM. getCollectorDaemon()Obtain the CollectorDaemon instance.protected AbstractJournalRM.CollectorDaemonAbstractJournalRM. instantiateCollectorDaemon()Factory: Instantiate a CollectorDaemon.
-