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 class
ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
class
ChangelogStateBackendLocalHandle
State handle for local copies ofChangelogStateHandleStreamImpl
.Methods in org.apache.flink.runtime.state.changelog that return ChangelogStateBackendHandle Modifier and Type Method Description static ChangelogStateBackendHandle
ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl. getChangelogStateBackendHandle(KeyedStateHandle originKeyedStateHandle)
ChangelogStateBackendHandle
ChangelogStateBackendHandle. rebound(long checkpointId)
ChangelogStateBackendHandle
ChangelogStateBackendLocalHandle. rebound(long checkpointId)
-