Uses of Class
org.apache.flink.state.changelog.ChangelogStateFactory
-
Packages that use ChangelogStateFactory Package Description org.apache.flink.state.changelog org.apache.flink.state.changelog.restore -
-
Uses of ChangelogStateFactory in org.apache.flink.state.changelog
Constructors in org.apache.flink.state.changelog with parameters of type ChangelogStateFactory Constructor Description ChangelogKeyedStateBackend(AbstractKeyedStateBackend<K> keyedStateBackend, String subtaskName, ExecutionConfig executionConfig, TtlTimeProvider ttlTimeProvider, org.apache.flink.state.changelog.ChangelogStateBackendMetricGroup metricGroup, StateChangelogWriter<? extends ChangelogStateHandle> stateChangelogWriter, Collection<ChangelogStateBackendHandle> initialState, CheckpointStorageWorkerView checkpointStorageWorkerView, ChangelogStateFactory changelogStateFactory)
-
Uses of ChangelogStateFactory in org.apache.flink.state.changelog.restore
Constructors in org.apache.flink.state.changelog.restore with parameters of type ChangelogStateFactory Constructor Description ChangelogMigrationRestoreTarget(AbstractKeyedStateBackend<K> keyedStateBackend, ChangelogStateFactory changelogStateFactory)
-