|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.io.journal.JournalService
public class JournalService
A JournalService manages the lifecycle for the RamJournalRM, FlashJournalRM, and the BackupJournalRM.
| Constructor Summary | |
|---|---|
JournalService(Cluster cluster)Standard constructor. |
|
| Method Summary | |
|---|---|
void |
dispose()Shut down and release the RAM, flash and backup Journal Resource Managers. |
BackupJournalRM |
ensureBackupJournalRM()Ensure there is a configured BackupJournalRM. |
FlashJournalRM |
ensureFlashJournalRM()Ensure there is a configured FlashJournalRM. |
RamJournalRM |
ensureRamJournalRM()Ensure there is a configured RAMJournalRM. |
| Constructor Detail |
|---|
public JournalService(Cluster cluster)
cluster - the Cluster for which the JournalService is storing data| Method Detail |
|---|
public void dispose()
public FlashJournalRM ensureFlashJournalRM()
FlashJournalRM for usepublic RamJournalRM ensureRamJournalRM()
RamJournalRM to be usedpublic BackupJournalRM ensureBackupJournalRM()
BackupJournalRM to be used
|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||