Uses of Package
org.apache.activeio.journal

Packages that use org.apache.activeio.journal
org.apache.activeio.journal Provides the API for storing and accessing record based binary data in sequential log files. 
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 
 

Classes in org.apache.activeio.journal used by org.apache.activeio.journal
InvalidRecordLocationException
          Exception thrown by a Journal to indicate that an invalid RecordLocation was detected.
JournalEventListener
          Defines an object which listens for Journal Events.
RecordLocation
          A RecordLocation is used to locate data records that have been logged to a Journal via the Journal.put() method call.
 

Classes in org.apache.activeio.journal used by org.apache.activeio.journal.active
InvalidRecordLocationException
          Exception thrown by a Journal to indicate that an invalid RecordLocation was detected.
Journal
          A Journal is a record logging Interface that can be used to implement a transaction log.
JournalEventListener
          Defines an object which listens for Journal Events.
RecordLocation
          A RecordLocation is used to locate data records that have been logged to a Journal via the Journal.put() method call.
 

Classes in org.apache.activeio.journal used by org.apache.activeio.journal.howl
InvalidRecordLocationException
          Exception thrown by a Journal to indicate that an invalid RecordLocation was detected.
Journal
          A Journal is a record logging Interface that can be used to implement a transaction log.
JournalEventListener
          Defines an object which listens for Journal Events.
RecordLocation
          A RecordLocation is used to locate data records that have been logged to a Journal via the Journal.put() method call.
 



Copyright © 2005-2011. All Rights Reserved.