Uses of Interface
org.apache.activeio.journal.Journal

Packages that use Journal
org.apache.activeio.journal.active The Active Journal is a high performance Journal implemenation which does not place limits on how big the data being logged can be. 
org.apache.activeio.journal.howl A Journal implemenation using using a high performance transaction log implemented using Howl 
 

Uses of Journal in org.apache.activeio.journal.active
 

Classes in org.apache.activeio.journal.active that implement Journal
 class JournalImpl
          A high speed Journal implementation.
 

Uses of Journal in org.apache.activeio.journal.howl
 

Classes in org.apache.activeio.journal.howl that implement Journal
 class HowlJournal
          An implementation of the Journal interface using a HOWL logger.
 



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.