Uses of Interface
com.tangosol.io.journal.Journal
-
Packages that use Journal Package Description com.tangosol.io.journal Contains classes related to the journaling services. -
-
Uses of Journal in com.tangosol.io.journal
Classes in com.tangosol.io.journal that implement Journal Modifier and Type Class Description protected classAbstractJournalRM.JournalImplA Journal implementation managed by this Journal Resource Manager.protected classBackupJournalRM.JournalImplA Journal implementation managed by this Journal Resource Manager.protected classRamJournalRM.JournalImplA Journal implementation managed by this Journal Resource Manager.Fields in com.tangosol.io.journal declared as Journal Modifier and Type Field Description protected JournalJournalBinaryStore.ClearListener. f_journalThe Journal.protected JournalJournalBinaryStore. m_journalThe journal manager for this BinaryStore.Methods in com.tangosol.io.journal that return Journal 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 JournalRamJournalRM. getFlashJournal()Obtain the Journal used to read/write flash.JournalJournalBinaryStore. getJournal()Obtain the underlying journaling system used by this BinaryStore.JournalRamJournalRM.FlashConsumer. getJournal()Obtain the flash Journal instance.Methods in com.tangosol.io.journal with parameters of type Journal Modifier and Type Method Description protected 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 Journal Constructor Description ClearListener(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.
-