Uses of Interface
org.apache.flink.runtime.state.changelog.StateChangelogStorageView
-
Packages that use StateChangelogStorageView Package Description org.apache.flink.runtime.state org.apache.flink.runtime.state.changelog org.apache.flink.runtime.state.changelog.inmemory -
-
Uses of StateChangelogStorageView in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return StateChangelogStorageView Modifier and Type Method Description StateChangelogStorageView<?>TaskStateManager. getStateChangelogStorageView(org.apache.flink.configuration.Configuration configuration, ChangelogStateHandle changelogStateHandle)Returns the state changelog storage view of givenChangelogStateHandlefor this task.StateChangelogStorageView<?>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.changelog Modifier and Type Interface Description interfaceStateChangelogStorage<Handle extends ChangelogStateHandle>A storage for changelog.Methods in org.apache.flink.runtime.state.changelog that return StateChangelogStorageView Modifier and Type Method Description StateChangelogStorageView<?>StateChangelogStorageFactory. 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 StateChangelogStorageView Modifier and Type Class Description classInMemoryStateChangelogStorageAn in-memory (non-production) implementation ofStateChangelogStorage.Methods in org.apache.flink.runtime.state.changelog.inmemory that return StateChangelogStorageView Modifier and Type Method Description StateChangelogStorageView<?>InMemoryStateChangelogStorageFactory. createStorageView(org.apache.flink.configuration.Configuration configuration)
-