Uses of Interface
org.apache.activeio.journal.JournalEventListener
Packages that use JournalEventListener
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.
-
Uses of JournalEventListener in org.apache.activeio.journal
Methods in org.apache.activeio.journal with parameters of type JournalEventListenerModifier and TypeMethodDescriptionvoid
Journal.setJournalEventListener
(JournalEventListener listener) Registers aJournalEventListener
that will receive notifications from the Journal. -
Uses of JournalEventListener in org.apache.activeio.journal.active
Methods in org.apache.activeio.journal.active with parameters of type JournalEventListenerModifier and TypeMethodDescriptionvoid
JournalImpl.setJournalEventListener
(JournalEventListener eventListener)