Uses of Interface
com.tangosol.io.journal.Journal
Packages that use Journal
-
Uses of Journal in com.tangosol.io.journal
Classes in com.tangosol.io.journal that implement JournalModifier and TypeClassDescriptionprotected class
A Journal implementation managed by this Journal Resource Manager.protected class
A Journal implementation managed by this Journal Resource Manager.protected class
A Journal implementation managed by this Journal Resource Manager.Fields in com.tangosol.io.journal declared as JournalModifier and TypeFieldDescriptionprotected final Journal
JournalBinaryStore.ClearListener.f_journal
The Journal.protected Journal
JournalBinaryStore.m_journal
The journal manager for this BinaryStore.Methods in com.tangosol.io.journal that return JournalModifier 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 Journal
RamJournalRM.getFlashJournal()
Obtain the Journal used to read/write flash.JournalBinaryStore.getJournal()
Obtain the underlying journaling system used by this BinaryStore.RamJournalRM.FlashConsumer.getJournal()
Obtain the flash Journal instance.Methods in com.tangosol.io.journal with parameters of type JournalModifier and TypeMethodDescriptionprotected BackupJournalRM.JournalImpl
BackupJournalRM.instantiateJournal
(Journal jrnlRam, Journal jrnlFlash) Factory: Instantiate a JournalImpl object.void
RamJournalRM.FlashConsumer.setJournal
(Journal jrnl) Provide the FlashConsumer with a Journal instance that provides flash storage.Constructors in com.tangosol.io.journal with parameters of type JournalModifierConstructorDescriptionClearListener
(BinaryLongMap blm, Journal journal, AtomicLong atomicSize) Construct a ClearListener for the specified BinaryLongMap and journal.JournalBinaryStore
(Journal journal) Construct a JournalBinaryStore.JournalBinaryStore
(Journal journal, MultiBinaryLongMap mblm) Construct a JournalBinaryStore.JournalImpl
(Journal jrnlRam, Journal jrnlFlash) Construct a Journal that writes to the RAM journal until the configured load factor is exceeded, a which point it will write to the flash journal instead.