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 class
The FlashConsumer is a "dummy" consumer used to obtain a flash journal instance.protected class
The RamConsumer is a pass-through consumer used to obtain a ram journal instance.class
A BinaryStore that writes to a Journal.protected class
The 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.JournalConsumer
AbstractJournalRM.JournalImpl.getConsumer()
Obtain the JournalConsumer (typically a JournalBinaryStore) instance associated with this JournalImpl.protected Journal.JournalConsumer
BackupJournalRM.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 void
AbstractJournalRM.JournalImpl.setConsumer
(Journal.JournalConsumer consumer) Specify the JournalConsumer (typically a JournalBinaryStore) instance that this JournalImpl was created for.protected void
BackupJournalRM.JournalImpl.setConsumer
(Journal.JournalConsumer consumer) Specify the JournalConsumer (typically a JournalBinaryStore) instance that this JournalImpl was created for.