|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.activeio.journal | |
org.activeio.journal | Provides the API for storing and accessing record based binary data in sequential log files. |
org.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.activeio.journal.howl | A Journal implemenation using using a high performance transaction log implemented using Howl |
Classes in org.activeio.journal used by org.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.activeio.journal used by org.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.activeio.journal used by org.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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |