Uses of Class
com.tangosol.io.journal.RamJournalRM.FlashConsumer
-
Packages that use RamJournalRM.FlashConsumer Package Description com.tangosol.io.journal Contains classes related to the journaling services. -
-
Uses of RamJournalRM.FlashConsumer in com.tangosol.io.journal
Fields in com.tangosol.io.journal declared as RamJournalRM.FlashConsumer Modifier and Type Field Description protected RamJournalRM.FlashConsumer
RamJournalRM. m_flash
The conduit between this RAM journal resource manager and the flash journal resource manager.Methods in com.tangosol.io.journal that return RamJournalRM.FlashConsumer Modifier and Type Method Description protected RamJournalRM.FlashConsumer
RamJournalRM. getFlashConsumer()
Obtain the FlashConsumer object used to read/write flash.protected RamJournalRM.FlashConsumer
RamJournalRM. instantiateConsumer()
Factory: Instantiate a FlashConsumer object.
-