Uses of Class
com.tangosol.io.journal.FlashJournalRM
Packages that use FlashJournalRM
Package
Description
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
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 FlashJournalRMModifier and TypeMethodDescriptionprotected FlashJournalRM
FlashJournalScheme.ensureFlashJournalRM
(Cluster cluster) Ensure theFlashJournalRM
is configured and started. -
Uses of FlashJournalRM in com.tangosol.io.journal
Fields in com.tangosol.io.journal declared as FlashJournalRMModifier and TypeFieldDescriptionprotected FlashJournalRM
RamJournalRM.m_jrnlrm
A 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 FlashJournalRMModifier and TypeMethodDescriptionJournalService.ensureFlashJournalRM()
Ensure there is a configured FlashJournalRM.BackupJournalRM.getFlashJournalRM()
Obtain the underlying FlashJournalRM.RamJournalRM.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 FlashJournalRMModifierConstructorDescriptionRamJournalRM
(Cluster cluster, RamJournalRM.Dependencies deps, FlashJournalRM jrnlmr) Construct a RAMJournalRM.