Uses of Class
org.apache.flink.state.changelog.AbstractChangelogStateBackend
Packages that use AbstractChangelogStateBackend
-
Uses of AbstractChangelogStateBackend in org.apache.flink.state.changelog
Subclasses of AbstractChangelogStateBackend in org.apache.flink.state.changelogModifier and TypeClassDescriptionclassThis state backend holds the working state in the underlying delegatedStateBackend, and forwards state changes to State Changelog.classThis state backend use delegatedStateBackend and State changes to restore to the delegatedStateBackend in which switching Changelog from enabled to disabled.