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 classA Journal implementation managed by this Journal Resource Manager.protected classA Journal implementation managed by this Journal Resource Manager.protected classA Journal implementation managed by this Journal Resource Manager.Fields in com.tangosol.io.journal declared as JournalModifier and TypeFieldDescriptionprotected final JournalJournalBinaryStore.ClearListener.f_journalThe Journal.protected JournalJournalBinaryStore.m_journalThe 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 JournalRamJournalRM.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.JournalImplBackupJournalRM.instantiateJournal(Journal jrnlRam, Journal jrnlFlash) Factory: Instantiate a JournalImpl object.voidRamJournalRM.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.