Package | Description |
---|---|
org.apache.activemq.store.kahadb |
Modifier and Type | Method and Description |
---|---|
JournalCommand<?> |
MultiKahaDBTransactionStore.load(Location location) |
JournalCommand<?> |
MessageDatabase.load(Location location)
Loads a previously stored JournalMessage
|
Modifier and Type | Method and Description |
---|---|
void |
MultiKahaDBTransactionStore.process(JournalCommand<?> command) |
Location |
MessageDatabase.store(JournalCommand<?> data) |
Location |
MessageDatabase.store(JournalCommand<?> data,
boolean sync,
Runnable before,
Runnable after) |
Location |
MessageDatabase.store(JournalCommand<?> data,
boolean sync,
Runnable before,
Runnable after,
Runnable onJournalStoreComplete)
All updated are are funneled through this method.
|
Location |
MessageDatabase.store(JournalCommand<?> data,
Runnable onJournalStoreComplete) |
ByteSequence |
MessageDatabase.toByteSequence(JournalCommand<?> data) |
Copyright © 2005–2015. All rights reserved.