Uses of Class
com.tangosol.io.journal.FlashJournalRM
-
Packages that use FlashJournalRM 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 FlashJournalRM in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme that return FlashJournalRM Modifier and Type Method Description protected FlashJournalRMFlashJournalScheme. ensureFlashJournalRM(Cluster cluster)Ensure theFlashJournalRMis configured and started. -
Uses of FlashJournalRM in com.tangosol.io.journal
Fields in com.tangosol.io.journal declared as FlashJournalRM Modifier and Type Field Description protected FlashJournalRMRamJournalRM. m_jrnlrmA reference to a flash journal resource manager to use to read/write to/from flash for data that doesn't fit in memory.Methods in com.tangosol.io.journal that return FlashJournalRM Modifier and Type Method Description FlashJournalRMJournalService. ensureFlashJournalRM()Ensure there is a configured FlashJournalRM.FlashJournalRMBackupJournalRM. getFlashJournalRM()Obtain the underlying FlashJournalRM.FlashJournalRMRamJournalRM. getFlashJournalRM()Obtain the FlashJournalRM used to store large values or whatever values don't fit in the configured amount of RAM.Constructors in com.tangosol.io.journal with parameters of type FlashJournalRM Constructor Description RamJournalRM(Cluster cluster, RamJournalRM.Dependencies deps, FlashJournalRM jrnlmr)Construct a RAMJournalRM.
-