Uses of Class
com.tangosol.io.journal.RamJournalRM
- 
Packages that use RamJournalRM Package Description com.tangosol.coherence.config.scheme Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes.com.tangosol.io.journal Contains classes related to the journaling services. - 
- 
Uses of RamJournalRM in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme that return RamJournalRM Modifier and Type Method Description protected RamJournalRMRamJournalScheme. ensureRAMJournalRM(Cluster cluster)Ensure theRamJournalRMis configured and started. - 
Uses of RamJournalRM in com.tangosol.io.journal
Methods in com.tangosol.io.journal that return RamJournalRM Modifier and Type Method Description RamJournalRMJournalService. ensureRamJournalRM()Ensure there is a configured RAMJournalRM.RamJournalRMBackupJournalRM. getRamJournalRM()Obtain the underlying RamJournalRM.Constructors in com.tangosol.io.journal with parameters of type RamJournalRM Constructor Description BackupJournalRM(RamJournalRM jrnlrmRam, double dflLoadFactorLimit)Construct a BackupJournalRM based on a RamJournalRM. 
 -