|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JournalFile | |
---|---|
org.jboss.messaging.core.journal | |
org.jboss.messaging.core.journal.impl |
Uses of JournalFile in org.jboss.messaging.core.journal |
---|
Methods in org.jboss.messaging.core.journal that return JournalFile | |
---|---|
JournalFile[] |
Journal.getDataFiles()
|
Uses of JournalFile in org.jboss.messaging.core.journal.impl |
---|
Classes in org.jboss.messaging.core.journal.impl that implement JournalFile | |
---|---|
class |
JournalFileImpl
A JournalFileImpl |
Methods in org.jboss.messaging.core.journal.impl that return JournalFile | |
---|---|
JournalFile |
JournalImpl.getCurrentFile()
|
JournalFile[] |
JournalImpl.getDataFiles()
|
Methods in org.jboss.messaging.core.journal.impl that return types with arguments of type JournalFile | |
---|---|
java.util.List<JournalFile> |
JournalCompactor.getNewDataFiles()
|
Methods in org.jboss.messaging.core.journal.impl with parameters of type JournalFile | |
---|---|
void |
JournalCompactor.addCommandCommit(JournalTransaction liveTransaction,
JournalFile currentFile)
|
void |
JournalCompactor.addCommandDelete(long id,
JournalFile usedFile)
|
void |
JournalCompactor.addCommandRollback(JournalTransaction liveTransaction,
JournalFile currentFile)
|
void |
JournalCompactor.addCommandUpdate(long id,
JournalFile usedFile,
int size)
|
void |
JournalTransaction.addNegative(JournalFile file,
long id)
|
void |
JournalTransaction.addPositive(JournalFile file,
long id,
int size)
|
void |
JournalTransaction.commit(JournalFile file)
The caller of this method needs to guarantee lock.acquire at the journal. |
void |
JournalTransaction.fillNumberOfRecords(JournalFile currentFile,
MessagingBuffer bb)
|
TransactionCallback |
JournalTransaction.getCallback(JournalFile file)
|
int |
JournalTransaction.getCounter(JournalFile file)
|
int |
JournalFileImpl.getNegCount(JournalFile file)
|
int |
JournalFile.getNegCount(JournalFile file)
|
void |
JournalTransaction.incCounter(JournalFile file)
|
void |
JournalFileImpl.incNegCount(JournalFile file)
|
void |
JournalFile.incNegCount(JournalFile file)
|
void |
JournalReaderCallback.markAsDataFile(JournalFile file)
|
void |
JournalReaderCallbackAbstract.markAsDataFile(JournalFile file)
|
void |
JournalCompactor.markAsDataFile(JournalFile file)
|
void |
JournalTransaction.prepare(JournalFile file)
The caller of this method needs to guarantee lock.acquire before calling this method if being used outside of the lock context. |
static int |
JournalImpl.readJournalFile(SequentialFileFactory fileFactory,
JournalFile file,
JournalReaderCallback reader)
|
void |
JournalTransaction.rollback(JournalFile file)
The caller of this method needs to guarantee lock.acquire before calling this method if being used outside of the lock context. |
void |
Reclaimer.scan(JournalFile[] files)
|
void |
JournalTransaction.syncPreviousFiles(boolean callbacks,
JournalFile currentFile)
99.99 % of the times previous files will be already synced, since they are scheduled to be closed. |
Method parameters in org.jboss.messaging.core.journal.impl with type arguments of type JournalFile | |
---|---|
protected SequentialFile |
JournalImpl.createControlFile(java.util.List<JournalFile> files,
java.util.List<JournalFile> newFiles)
|
protected SequentialFile |
JournalImpl.createControlFile(java.util.List<JournalFile> files,
java.util.List<JournalFile> newFiles)
|
protected void |
JournalImpl.renameFiles(java.util.List<JournalFile> oldFiles,
java.util.List<JournalFile> newFiles)
being protected as testcases can override this method |
protected void |
JournalImpl.renameFiles(java.util.List<JournalFile> oldFiles,
java.util.List<JournalFile> newFiles)
being protected as testcases can override this method |
static SequentialFile |
JournalCompactor.writeControlFile(SequentialFileFactory fileFactory,
java.util.List<JournalFile> files,
java.util.List<JournalFile> newFiles)
|
static SequentialFile |
JournalCompactor.writeControlFile(SequentialFileFactory fileFactory,
java.util.List<JournalFile> files,
java.util.List<JournalFile> newFiles)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |