Uses of Package
org.apache.activeio.journal
Packages that use org.apache.activeio.journal
Package
Description
Provides the API for storing and accessing record based binary data in sequential log files.
The Active Journal is a high performance Journal implemenation which does not
place limits on how big the data being logged can be.
A Journal implemenation using using a high performance transaction log
implemented using Howl
-
Classes in org.apache.activeio.journal used by org.apache.activeio.journalClassDescriptionException thrown by a Journal to indicate that an invalid RecordLocation was detected.Defines an object which listens for Journal Events.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.activeClassDescriptionException thrown by a Journal to indicate that an invalid RecordLocation was detected.A Journal is a record logging Interface that can be used to implement a transaction log.Defines an object which listens for Journal Events.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.howlClassDescriptionA RecordLocation is used to locate data records that have been logged to a Journal via the
Journal.put()
method call.