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