Uses of Interface
org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle
-
Packages that use ChangelogStateBackendHandle Package Description org.apache.flink.runtime.state.changelog -
-
Uses of ChangelogStateBackendHandle in org.apache.flink.runtime.state.changelog
Classes in org.apache.flink.runtime.state.changelog that implement ChangelogStateBackendHandle Modifier and Type Class Description static classChangelogStateBackendHandle.ChangelogStateBackendHandleImplclassChangelogStateBackendLocalHandleState handle for local copies ofChangelogStateHandleStreamImpl.Methods in org.apache.flink.runtime.state.changelog that return ChangelogStateBackendHandle Modifier and Type Method Description static ChangelogStateBackendHandleChangelogStateBackendHandle.ChangelogStateBackendHandleImpl. getChangelogStateBackendHandle(KeyedStateHandle originKeyedStateHandle)ChangelogStateBackendHandleChangelogStateBackendHandle. rebound(long checkpointId)ChangelogStateBackendHandleChangelogStateBackendLocalHandle. rebound(long checkpointId)
-