Uses of Class
org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
-
Packages that use ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl Package Description org.apache.flink.runtime.state.changelog -
-
Uses of ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl in org.apache.flink.runtime.state.changelog
Methods in org.apache.flink.runtime.state.changelog that return ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl Modifier and Type Method Description ChangelogStateBackendHandle.ChangelogStateBackendHandleImplChangelogStateBackendHandle.ChangelogStateBackendHandleImpl. rebound(long checkpointId)static ChangelogStateBackendHandle.ChangelogStateBackendHandleImplChangelogStateBackendHandle.ChangelogStateBackendHandleImpl. restore(List<KeyedStateHandle> materialized, List<ChangelogStateHandle> nonMaterialized, KeyGroupRange keyGroupRange, long checkpointId, long materializationID, long persistedSizeOfThisCheckpoint, StateHandleID stateHandleId)Constructors in org.apache.flink.runtime.state.changelog with parameters of type ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl Constructor Description ChangelogStateBackendLocalHandle(List<KeyedStateHandle> localMaterialized, List<ChangelogStateHandle> localNonMaterialized, ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl remoteHandle)
-