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
|
Class and 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 the
Journal.put() method call. |
Class and 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 the
Journal.put() method call. |
Class and 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 the
Journal.put() method call. |
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.