|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JournalTransaction | |
---|---|
org.jboss.messaging.core.journal.impl |
Uses of JournalTransaction in org.jboss.messaging.core.journal.impl |
---|
Methods in org.jboss.messaging.core.journal.impl that return types with arguments of type JournalTransaction | |
---|---|
java.util.Map<java.lang.Long,JournalTransaction> |
JournalCompactor.getNewTransactions()
|
Methods in org.jboss.messaging.core.journal.impl with parameters of type JournalTransaction | |
---|---|
void |
JournalCompactor.addCommandCommit(JournalTransaction liveTransaction,
JournalFile currentFile)
|
void |
JournalCompactor.addCommandRollback(JournalTransaction liveTransaction,
JournalFile currentFile)
|
void |
JournalTransaction.merge(JournalTransaction other)
This is used to merge transactions from compacting |
static void |
JournalImpl.writeTransaction(int fileID,
byte recordType,
long txID,
JournalTransaction tx,
EncodingSupport transactionData,
int size,
int numberOfRecords,
ChannelBuffer bb)
A transaction record (Commit or Prepare), will hold the number of elements the transaction has on each file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |