| Package | Description | 
|---|---|
| com.tangosol.io.journal | Contains classes related to the journaling services. | 
| Modifier and Type | Class and Description | 
|---|---|
| protected class  | RamJournalRM.JournalImplA Journal implementation managed by this Journal Resource Manager. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Set<AbstractJournalRM.JournalImpl> | AbstractJournalRM. m_setJournalsRegistry of JournalImpl objects. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected AbstractJournalRM.JournalImpl | AbstractJournalRM. instantiateJournal()Factory: Instantiate a JournalImpl object. | 
| Modifier and Type | Method and 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. | 
| Modifier and Type | Method and 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. |