Uses of Interface
org.apache.flink.runtime.state.changelog.StateChangelogStorageView
Packages that use StateChangelogStorageView
Package
Description
-
Uses of StateChangelogStorageView in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return StateChangelogStorageViewModifier and TypeMethodDescriptionTaskStateManager.getStateChangelogStorageView(org.apache.flink.configuration.Configuration configuration, ChangelogStateHandle changelogStateHandle) Returns the state changelog storage view of givenChangelogStateHandlefor this task.TaskStateManagerImpl.getStateChangelogStorageView(org.apache.flink.configuration.Configuration configuration, ChangelogStateHandle changelogStateHandle) -
Uses of StateChangelogStorageView in org.apache.flink.runtime.state.changelog
Subinterfaces of StateChangelogStorageView in org.apache.flink.runtime.state.changelogModifier and TypeInterfaceDescriptioninterfaceStateChangelogStorage<Handle extends ChangelogStateHandle>A storage for changelog.Methods in org.apache.flink.runtime.state.changelog that return StateChangelogStorageViewModifier and TypeMethodDescriptionStateChangelogStorageFactory.createStorageView(org.apache.flink.configuration.Configuration configuration) Create the storage for recovery.static StateChangelogStorageView<?>StateChangelogStorageLoader.loadFromStateHandle(org.apache.flink.configuration.Configuration configuration, ChangelogStateHandle changelogStateHandle) -
Uses of StateChangelogStorageView in org.apache.flink.runtime.state.changelog.inmemory
Classes in org.apache.flink.runtime.state.changelog.inmemory that implement StateChangelogStorageViewModifier and TypeClassDescriptionclassAn in-memory (non-production) implementation ofStateChangelogStorage.Methods in org.apache.flink.runtime.state.changelog.inmemory that return StateChangelogStorageViewModifier and TypeMethodDescriptionInMemoryStateChangelogStorageFactory.createStorageView(org.apache.flink.configuration.Configuration configuration)