Modifier and Type | Interface and Description |
---|---|
interface |
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 | Field and Description |
---|---|
protected Journal |
AbstractJournalStorageManager.bindingsJournal |
protected Journal |
AbstractJournalStorageManager.messageJournal |
Modifier and Type | Method and Description |
---|---|
Journal |
AbstractJournalStorageManager.getBindingsJournal() |
Journal |
AbstractJournalStorageManager.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 |
PostOfficeJournalLoader.postLoad(Journal messageJournal,
ResourceManager resourceManager,
Map<SimpleString,List<Pair<byte[],Long>>> duplicateIDMap) |
void |
JournalLoader.postLoad(Journal messageJournal,
ResourceManager resourceManager,
Map<SimpleString,List<Pair<byte[],Long>>> duplicateIDMap) |
void |
BackupRecoveryJournalLoader.postLoad(Journal messageJournal,
ResourceManager resourceManager,
Map<SimpleString,List<Pair<byte[],Long>>> duplicateIDMap) |
Modifier and Type | Class and Description |
---|---|
class |
JDBCJournalImpl |
Copyright © 2017 JBoss by Red Hat. All rights reserved.