Uses of Class
org.apache.flink.state.changelog.AbstractChangelogStateBackend
-
Packages that use AbstractChangelogStateBackend Package Description org.apache.flink.state.changelog -
-
Uses of AbstractChangelogStateBackend in org.apache.flink.state.changelog
Subclasses of AbstractChangelogStateBackend in org.apache.flink.state.changelog Modifier and Type Class Description classChangelogStateBackendThis state backend holds the working state in the underlying delegatedStateBackend, and forwards state changes to State Changelog.classDeactivatedChangelogStateBackendThis state backend use delegatedStateBackend and State changes to restore to the delegatedStateBackend in which switching Changelog from enabled to disabled.
-