Package | Description |
---|---|
org.hornetq.core.journal | |
org.hornetq.core.journal.impl | |
org.hornetq.core.persistence.impl.journal | |
org.hornetq.core.replication | |
org.hornetq.core.replication.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
TestableJournal
A TestableJournal
|
Modifier and Type | Class and Description |
---|---|
class |
JournalImpl
A circular log implementation.
|
Modifier and Type | Method and Description |
---|---|
Journal |
JournalStorageManager.getBindingsJournal() |
Journal |
JournalStorageManager.getMessageJournal() |
Constructor and Description |
---|
BatchingIDGenerator(long start,
long checkpointSize,
Journal journalstorage) |
Modifier and Type | Method and Description |
---|---|
void |
ReplicationEndpoint.registerJournal(byte id,
Journal journal) |
Modifier and Type | Class and Description |
---|---|
class |
ReplicatedJournal
Used by the
JournalStorageManager to replicate journal calls. |
Modifier and Type | Method and Description |
---|---|
void |
ReplicationEndpointImpl.registerJournal(byte id,
Journal journal) |
Constructor and Description |
---|
ReplicatedJournal(byte journaID,
Journal localJournal,
ReplicationManager replicationManager) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.