|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Journal | |
org.codehaus.activemq.journal | Provides the API for storing and accessing record based binary data in sequential log files. |
org.codehaus.activemq.journal.howl | A Journal implemenation using using a high performance transaction log implemented using Howl |
org.codehaus.activemq.journal.impl | A custom high performance Journal implemenation. |
Uses of Journal in org.codehaus.activemq.journal |
Classes in org.codehaus.activemq.journal that implement Journal | |
class |
JournalStatsFilter
A Journal filter that captures performance statistics of the filtered Journal. |
Constructors in org.codehaus.activemq.journal with parameters of type Journal | |
JournalStatsFilter(Journal next)
Creates a JournalStatsFilter that captures performance information of next. |
Uses of Journal in org.codehaus.activemq.journal.howl |
Classes in org.codehaus.activemq.journal.howl that implement Journal | |
class |
HowlJournal
An implementation of the Journal interface using a HOWL logger. |
Uses of Journal in org.codehaus.activemq.journal.impl |
Classes in org.codehaus.activemq.journal.impl that implement Journal | |
class |
JournalImpl
A high speed Journal implementation. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |