Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


Package com.tangosol.io.journal

Contains classes related to the journaling services.

See:
          Description

Interface Summary
Journal The Journal interface represents data that is written as part of a stream of updates, with the ability to identify writes (and later read them) using a ticket system.
Journal.JournalConsumer An interface that represents the actions that a Journal may request of an object that uses the Journal.
JournalMBean A JournalMBean is an MBean interface providing statistics for a Journal Resource Manager as implemented by either FlashJournalRM or RamJournalRM implementations.

 

Class Summary
AbstractJournalRM The AbstractJournalRM represents a Journal Resource Manager that manages storage for journaled data, and acts as a shared resource for any number of journals that share a common configuration.
BackupJournalRM The BackupJournalRM is a "meta" journal resource manager that is intended to be used for storage of "backup" data.
FlashJournalRM A FlashJournalRM manages disk I/O for temporary journal-based files, and acts as a shared resource for any number of journals that share a common configuration.
FlashJournalRM.Buffer A Buffer is a handy shell with some helper methods around a byte[] and a ByteBuffer.
FlashJournalRM.BufferPool The BufferPool class recycles up to a maximum number of Buffer objects.
JournalBinaryStore A BinaryStore that writes to a Journal.
JournalService A JournalService manages the lifecycle for the RamJournalRM, FlashJournalRM, and the BackupJournalRM.
RamJournalRM A RamJournalRM manages memory buffers for journal-based storage in memory, and acts as a shared resource for any number of journals that share a common configuration.

 

Package com.tangosol.io.journal Description

Contains classes related to the journaling services.


Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


Copyright © 2000, 2011, Oracle and/or its affiliates. All rights reserved.