Uses of Interface
org.apache.flink.runtime.state.changelog.ChangelogStateHandle
Packages that use ChangelogStateHandle
Package
Description
-
Uses of ChangelogStateHandle in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state with parameters of type ChangelogStateHandleModifier 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 ChangelogStateHandle in org.apache.flink.runtime.state.changelog
Classes in org.apache.flink.runtime.state.changelog with type parameters of type ChangelogStateHandleModifier and TypeInterfaceDescriptioninterfaceStateChangelogHandleReader<Handle extends ChangelogStateHandle>Allows to read state changelog referenced by the providedChangelogStateHandle.interfaceStateChangelogStorage<Handle extends ChangelogStateHandle>A storage for changelog.interfaceStateChangelogStorageView<Handle extends ChangelogStateHandle>A storage view for changelog.interfaceStateChangelogWriter<Handle extends ChangelogStateHandle>Allows to write data to the log.Classes in org.apache.flink.runtime.state.changelog that implement ChangelogStateHandleModifier and TypeClassDescriptionfinal classChangelogStateHandleimplementation based onStreamStateHandle.Methods in org.apache.flink.runtime.state.changelog that return types with arguments of type ChangelogStateHandleModifier and TypeMethodDescriptionChangelogStateBackendHandle.ChangelogStateBackendHandleImpl.getNonMaterializedStateHandles()ChangelogStateBackendHandle.getNonMaterializedStateHandles()ChangelogStateBackendLocalHandle.getNonMaterializedStateHandles()ChangelogStateBackendLocalHandle.getRemoteNonMaterializedStateHandles()Methods in org.apache.flink.runtime.state.changelog with parameters of type ChangelogStateHandleModifier and TypeMethodDescriptionstatic StateChangelogStorageView<?>StateChangelogStorageLoader.loadFromStateHandle(org.apache.flink.configuration.Configuration configuration, ChangelogStateHandle changelogStateHandle) -
Uses of ChangelogStateHandle in org.apache.flink.runtime.state.changelog.inmemory
Classes in org.apache.flink.runtime.state.changelog.inmemory that implement ChangelogStateHandle