Package org.jboss.messaging.core.journal.impl

Interface Summary
JournalFile A JournalFile TODO combine this with JournalFileImpl
 

Class Summary
AbstractSequentialFactory An abstract SequentialFileFactory containing basic functionality for both AIO and NIO SequentialFactories
AIOSequentialFile A AIOSequentialFile
AIOSequentialFileFactory A AIOSequentialFileFactory
JournalFileImpl A JournalFileImpl
JournalImpl A JournalImpl
NIOSequentialFile A NIOSequentialFile
NIOSequentialFileFactory A NIOSequentialFileFactory
Reclaimer A ReclaimerTest The journal consists of an ordered list of journal files Fn where 0 <= n <= N A journal file can contain either positives (pos) or negatives (neg) (Positives correspond either to adds or updates, and negatives correspond to deletes).
TransactionHolder A TransactionHolder
 



Copyright © 2006 JBoss Inc. All Rights Reserved.