Uses of Package
org.apache.activeio.journal
-
Packages that use org.apache.activeio.journal Package Description 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 Class Description 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 theJournal.put()
method call. -
Classes in org.apache.activeio.journal used by org.apache.activeio.journal.active Class Description 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 theJournal.put()
method call. -
Classes in org.apache.activeio.journal used by org.apache.activeio.journal.howl Class Description RecordLocation A RecordLocation is used to locate data records that have been logged to a Journal via theJournal.put()
method call.