Uses of Class
com.tangosol.io.journal.BackupJournalRM.JournalImpl
-
Packages that use BackupJournalRM.JournalImpl Package Description com.tangosol.io.journal Contains classes related to the journaling services. -
-
Uses of BackupJournalRM.JournalImpl in com.tangosol.io.journal
Methods in com.tangosol.io.journal that return BackupJournalRM.JournalImpl Modifier and Type Method Description BackupJournalRM.JournalImplBackupJournalRM.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.JournalImpl Modifier and Type Method Description protected 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.JournalImpl Modifier and Type Method Description protected 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.
-