Uses of Class
com.tangosol.io.journal.AbstractJournalRM.JournalImpl
Packages that use AbstractJournalRM.JournalImpl
-
Uses of AbstractJournalRM.JournalImpl in com.tangosol.io.journal
Subclasses of AbstractJournalRM.JournalImpl in com.tangosol.io.journalModifier and TypeClassDescriptionprotected class
A Journal implementation managed by this Journal Resource Manager.Fields in com.tangosol.io.journal with type parameters of type AbstractJournalRM.JournalImplModifier and TypeFieldDescriptionprotected final Set
<AbstractJournalRM.JournalImpl> AbstractJournalRM.m_setJournals
Registry of JournalImpl objects.Methods in com.tangosol.io.journal that return AbstractJournalRM.JournalImplModifier and TypeMethodDescriptionprotected AbstractJournalRM.JournalImpl
AbstractJournalRM.instantiateJournal()
Factory: Instantiate a JournalImpl object.Methods in com.tangosol.io.journal that return types with arguments of type AbstractJournalRM.JournalImplModifier and TypeMethodDescriptionprotected 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.JournalImplModifier and TypeMethodDescriptionprotected 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.