| AbstractChangelogStateBackend |
An abstract base implementation of the StateBackend interface whose subclasses use
delegatedStateBackend and State changes to restore.
|
| ChangelogKeyedStateBackend<K> |
A KeyedStateBackend that keeps state on the underlying delegated keyed state backend as
well as on the state change log.
|
| ChangelogKeyGroupedPriorityQueue<T> |
A KeyGroupedInternalPriorityQueue that keeps state on the underlying delegated KeyGroupedInternalPriorityQueue as well as on the state change log.
|
| ChangelogStateBackend |
This state backend holds the working state in the underlying delegatedStateBackend, and forwards
state changes to State Changelog.
|
| ChangelogStateFactory |
|
| DeactivatedChangelogStateBackend |
This state backend use delegatedStateBackend and State changes to restore to the
delegatedStateBackend in which switching Changelog from enabled to disabled.
|