Uses of Class
org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
Packages that use ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
-
Uses of ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl in org.apache.flink.runtime.state.changelog
Methods in org.apache.flink.runtime.state.changelog that return ChangelogStateBackendHandle.ChangelogStateBackendHandleImplModifier and TypeMethodDescriptionChangelogStateBackendHandle.ChangelogStateBackendHandleImpl.rebound(long checkpointId) ChangelogStateBackendHandle.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.ChangelogStateBackendHandleImplModifierConstructorDescriptionChangelogStateBackendLocalHandle(List<KeyedStateHandle> localMaterialized, List<ChangelogStateHandle> localNonMaterialized, ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl remoteHandle)