Uses of Interface
com.tangosol.io.journal.Journal.JournalConsumer
-
Packages that use Journal.JournalConsumer Package Description com.tangosol.io.journal Contains classes related to the journaling services. -
-
Uses of Journal.JournalConsumer in com.tangosol.io.journal
Classes in com.tangosol.io.journal that implement Journal.JournalConsumer Modifier and Type Class Description protected classBackupJournalRM.FlashConsumerThe FlashConsumer is a "dummy" consumer used to obtain a flash journal instance.protected classBackupJournalRM.RamConsumerThe RamConsumer is a pass-through consumer used to obtain a ram journal instance.classJournalBinaryStoreA BinaryStore that writes to a Journal.protected classRamJournalRM.FlashConsumerThe FlashConsumer is a conduit between this RamJournalRM and the FlashJournalRM, allowing this journal to read/write to/from the other flash journal, and for the flash journal to notify this journal of lifecycle and other events.Methods in com.tangosol.io.journal that return Journal.JournalConsumer Modifier and Type Method Description protected Journal.JournalConsumerAbstractJournalRM.JournalImpl. getConsumer()Obtain the JournalConsumer (typically a JournalBinaryStore) instance associated with this JournalImpl.protected Journal.JournalConsumerBackupJournalRM.JournalImpl. getConsumer()Obtain the JournalConsumer (typically a JournalBinaryStore) instance associated with this JournalImpl.Journal.JournalConsumerBackupJournalRM.RamConsumer. getConsumer()Obtain the underlying consumer that this RamConsumer delegates to.Methods in com.tangosol.io.journal with parameters of type Journal.JournalConsumer Modifier and Type Method Description JournalAbstractJournalRM. createJournal(Journal.JournalConsumer consumer)Create a new Journal that exposes the storage capabilities of this Journal Resource Manager.JournalBackupJournalRM. createJournal(Journal.JournalConsumer consumer)Create a new Journal that exposes the storage capabilities of this Journal Resource Manager.protected voidAbstractJournalRM.JournalImpl. setConsumer(Journal.JournalConsumer consumer)Specify the JournalConsumer (typically a JournalBinaryStore) instance that this JournalImpl was created for.protected voidBackupJournalRM.JournalImpl. setConsumer(Journal.JournalConsumer consumer)Specify the JournalConsumer (typically a JournalBinaryStore) instance that this JournalImpl was created for.
-