|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JournalCommand | |
|---|---|
| org.apache.activemq.store.kahadb | |
| Uses of JournalCommand in org.apache.activemq.store.kahadb |
|---|
| Methods in org.apache.activemq.store.kahadb that return JournalCommand | |
|---|---|
JournalCommand<?> |
MultiKahaDBTransactionStore.load(org.apache.kahadb.journal.Location location)
|
JournalCommand<?> |
MessageDatabase.load(org.apache.kahadb.journal.Location location)
Loads a previously stored JournalMessage |
| Methods in org.apache.activemq.store.kahadb with parameters of type JournalCommand | |
|---|---|
void |
MultiKahaDBTransactionStore.process(JournalCommand<?> command)
|
org.apache.kahadb.journal.Location |
MessageDatabase.store(JournalCommand<?> data)
|
org.apache.kahadb.journal.Location |
MessageDatabase.store(JournalCommand<?> data,
boolean sync,
Runnable before,
Runnable after)
|
org.apache.kahadb.journal.Location |
MessageDatabase.store(JournalCommand<?> data,
boolean sync,
Runnable before,
Runnable after,
Runnable onJournalStoreComplete)
All updated are are funneled through this method. |
org.apache.kahadb.journal.Location |
MessageDatabase.store(JournalCommand<?> data,
Runnable onJournalStoreComplete)
|
org.apache.kahadb.util.ByteSequence |
MessageDatabase.toByteSequence(JournalCommand<?> data)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||