Interface | Description |
---|---|
ChangelogState |
State used by
ChangelogKeyedStateBackend . |
Class | Description |
---|---|
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.
|
Enum | Description |
---|---|
StateChangeOperation |
The operation applied to
ChangelogState . |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.