Uses of Class
com.tangosol.io.journal.AbstractJournalRM.JournalImpl
-
Packages that use AbstractJournalRM.JournalImpl Package Description com.tangosol.io.journal Contains classes related to the journaling services. -
-
Uses of AbstractJournalRM.JournalImpl in com.tangosol.io.journal
Subclasses of AbstractJournalRM.JournalImpl in com.tangosol.io.journal Modifier and Type Class Description protected class
RamJournalRM.JournalImpl
A Journal implementation managed by this Journal Resource Manager.Fields in com.tangosol.io.journal with type parameters of type AbstractJournalRM.JournalImpl Modifier and Type Field Description protected Set<AbstractJournalRM.JournalImpl>
AbstractJournalRM. m_setJournals
Registry of JournalImpl objects.Methods in com.tangosol.io.journal that return AbstractJournalRM.JournalImpl Modifier and Type Method Description protected AbstractJournalRM.JournalImpl
AbstractJournalRM. instantiateJournal()
Factory: Instantiate a JournalImpl object.Methods in com.tangosol.io.journal that return types with arguments of type AbstractJournalRM.JournalImpl Modifier and Type Method Description protected Iterator<AbstractJournalRM.JournalImpl>
AbstractJournalRM. iterateJournals()
Iterate through the Journal instances that have been created by this Journal Resource Manager but have not been disposed of yet.Methods in com.tangosol.io.journal with parameters of type AbstractJournalRM.JournalImpl Modifier and Type Method Description protected void
AbstractJournalRM. registerJournal(AbstractJournalRM.JournalImpl journal)
Register a Journal that uses this Journal Resource Manager.protected void
AbstractJournalRM. unregisterJournal(AbstractJournalRM.JournalImpl journal)
Register a Journal that uses this Journal Resource Manager.
-