| Package | Description |
|---|---|
| org.apache.activemq.store.kahadb | |
| org.apache.activemq.store.kahadb.data |
| Modifier and Type | Method and Description |
|---|---|
JournalCommand<?> |
MessageDatabase.load(Location location)
Loads a previously stored JournalMessage
|
JournalCommand<?> |
MultiKahaDBTransactionStore.load(Location location) |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiKahaDBTransactionStore.process(JournalCommand<?> command) |
Location |
MessageDatabase.store(JournalCommand<?> data) |
Location |
MessageDatabase.store(JournalCommand<?> data,
boolean sync,
org.apache.activemq.store.kahadb.MessageDatabase.IndexAware before,
java.lang.Runnable after) |
Location |
MessageDatabase.store(JournalCommand<?> data,
boolean sync,
org.apache.activemq.store.kahadb.MessageDatabase.IndexAware before,
java.lang.Runnable after,
java.lang.Runnable onJournalStoreComplete)
All updated are are funneled through this method.
|
Location |
MessageDatabase.store(JournalCommand<?> data,
java.lang.Runnable onJournalStoreComplete) |
ByteSequence |
MessageDatabase.toByteSequence(JournalCommand<?> data) |
| Modifier and Type | Class and Description |
|---|---|
class |
KahaAckMessageFileMapCommand |
class |
KahaAddMessageCommand |
class |
KahaCommitCommand |
class |
KahaPrepareCommand |
class |
KahaProducerAuditCommand |
class |
KahaRemoveDestinationCommand |
class |
KahaRemoveMessageCommand |
class |
KahaRollbackCommand |
class |
KahaSubscriptionCommand |
class |
KahaTraceCommand |
class |
KahaUpdateMessageCommand |
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.