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.JournalImplBackupJournalRM.instantiateJournal()Instantiate a JournalImpl object.protected BackupJournalRM.JournalImplBackupJournalRM.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 voidBackupJournalRM.registerJournal(BackupJournalRM.JournalImpl journal) Register a Journal that uses this Journal Resource Manager.voidBackupJournalRM.RamConsumer.setBackupJournal(BackupJournalRM.JournalImpl jrnlBackup) Specify the instance of the backup journal.protected voidBackupJournalRM.unregisterJournal(BackupJournalRM.JournalImpl journal) Register a Journal that uses this Journal Resource Manager.