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.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Journal.setJournalEventListener(JournalEventListener listener) |
Registers a
JournalEventListener that will receive notifications from the Journal. |
Modifier and Type | Method | Description |
---|---|---|
void |
JournalImpl.setJournalEventListener(JournalEventListener eventListener) |
Copyright © 2005–2018. All rights reserved.