Interface | Description |
---|---|
ChangeJournal |
An entity which records all changes which occur in a repository via
ChangeSet instances. |
ChangeJournal.Records |
An
Iterable extension which provides information about the number of entries the underlying collection holds. |
Class | Description |
---|---|
ClusteredJournal |
A
ChangeJournal implementation which runs in a cluster and which attempts to reconcile with other members of the cluster
on startup in order to retrieve missed/lost records. |
ClusteredJournal.DeltaMessage | |
JournalRecord |
A record stored by the
LocalJournal |
LocalJournal |
An append only journal implementation which stores each
ChangeSet (either local or remove) on the local FS. |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.