Uses of Interface
com.tangosol.io.journal.Journal.JournalConsumer
Packages that use Journal.JournalConsumer
-
Uses of Journal.JournalConsumer in com.tangosol.io.journal
Classes in com.tangosol.io.journal that implement Journal.JournalConsumerModifier and TypeClassDescriptionprotected classThe FlashConsumer is a "dummy" consumer used to obtain a flash journal instance.protected classThe RamConsumer is a pass-through consumer used to obtain a ram journal instance.classA BinaryStore that writes to a Journal.protected classThe 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.JournalConsumerModifier and TypeMethodDescriptionprotected 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.BackupJournalRM.RamConsumer.getConsumer()Obtain the underlying consumer that this RamConsumer delegates to.Methods in com.tangosol.io.journal with parameters of type Journal.JournalConsumerModifier and TypeMethodDescriptionAbstractJournalRM.createJournal(Journal.JournalConsumer consumer) Create a new Journal that exposes the storage capabilities of this Journal Resource Manager.BackupJournalRM.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.