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 classRamJournalRM.JournalImplA 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_setJournalsRegistry of JournalImpl objects.Methods in com.tangosol.io.journal that return AbstractJournalRM.JournalImpl Modifier and Type Method Description protected AbstractJournalRM.JournalImplAbstractJournalRM. 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 voidAbstractJournalRM. registerJournal(AbstractJournalRM.JournalImpl journal)Register a Journal that uses this Journal Resource Manager.protected voidAbstractJournalRM. unregisterJournal(AbstractJournalRM.JournalImpl journal)Register a Journal that uses this Journal Resource Manager.
-