Uses of Class
com.tangosol.io.journal.BackupJournalRM.JournalImpl
Packages that use BackupJournalRM.JournalImpl
-
Uses of BackupJournalRM.JournalImpl in com.tangosol.io.journal
Methods in com.tangosol.io.journal that return BackupJournalRM.JournalImplModifier and TypeMethodDescriptionBackupJournalRM.RamConsumer.getBackupJournal()
Obtain the instance of the backup journal.protected BackupJournalRM.JournalImpl
BackupJournalRM.instantiateJournal()
Instantiate a JournalImpl object.protected BackupJournalRM.JournalImpl
BackupJournalRM.instantiateJournal
(Journal jrnlRam, Journal jrnlFlash) Factory: Instantiate a JournalImpl object.Methods in com.tangosol.io.journal that return types with arguments of type BackupJournalRM.JournalImplModifier and TypeMethodDescriptionprotected Iterator
<BackupJournalRM.JournalImpl> BackupJournalRM.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 BackupJournalRM.JournalImplModifier and TypeMethodDescriptionprotected void
BackupJournalRM.registerJournal
(BackupJournalRM.JournalImpl journal) Register a Journal that uses this Journal Resource Manager.void
BackupJournalRM.RamConsumer.setBackupJournal
(BackupJournalRM.JournalImpl jrnlBackup) Specify the instance of the backup journal.protected void
BackupJournalRM.unregisterJournal
(BackupJournalRM.JournalImpl journal) Register a Journal that uses this Journal Resource Manager.