| Modifier and Type | Interface and Description |
|---|---|
interface |
TestableJournal
A TestableJournal
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileWrapperJournal
Journal used at a replicating backup server during the synchronization of data with the 'live'
server.
|
class |
JournalImpl
A circular log implementation.
|
| Constructor and Description |
|---|
FileWrapperJournal(Journal journal) |
| Modifier and Type | Method and Description |
|---|---|
Journal |
StorageManager.getBindingsJournal() |
Journal |
StorageManager.getMessageJournal() |
| Modifier and Type | Method and Description |
|---|---|
Journal |
JournalStorageManager.getBindingsJournal() |
Journal |
JournalStorageManager.getMessageJournal() |
| Modifier and Type | Method and Description |
|---|---|
Journal |
NullStorageManager.getBindingsJournal() |
Journal |
NullStorageManager.getMessageJournal() |
| Modifier and Type | Class and Description |
|---|---|
class |
ReplicatedJournal
Used by the
JournalStorageManager to replicate journal calls. |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationEndpoint.registerJournal(byte id,
Journal journal) |
| Constructor and Description |
|---|
ReplicatedJournal(byte journalID,
Journal localJournal,
ReplicationManager replicationManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
JournalLoader.postLoad(Journal messageJournal) |
void |
PostOfficeJournalLoader.postLoad(Journal messageJournal) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.