Uses of Interface
org.apache.flink.state.changelog.ChangelogState
Packages that use ChangelogState
-
Uses of ChangelogState in org.apache.flink.state.changelog
Classes in org.apache.flink.state.changelog that implement ChangelogStateModifier and TypeClassDescriptionclassAKeyGroupedInternalPriorityQueuethat keeps state on the underlying delegatedKeyGroupedInternalPriorityQueueas well as on the state change log.Methods in org.apache.flink.state.changelog that return ChangelogStateModifier and TypeMethodDescription<K,N, V, S extends org.apache.flink.api.common.state.State>
ChangelogStateChangelogStateFactory.create(org.apache.flink.api.common.state.StateDescriptor<S, V> stateDescriptor, org.apache.flink.runtime.state.internal.InternalKvState<K, N, V> internalKvState, KvStateChangeLogger<V, N> kvStateChangeLogger, org.apache.flink.runtime.state.InternalKeyContext<K> keyContext) ChangelogStateFactory.getExistingState(String name, org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot.BackendStateType type) -
Uses of ChangelogState in org.apache.flink.state.changelog.restore
Methods in org.apache.flink.state.changelog.restore that return ChangelogStateModifier and TypeMethodDescriptionChangelogMigrationRestoreTarget.getExistingState(String name, org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot.BackendStateType type) ChangelogRestoreTarget.getExistingState(String name, org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot.BackendStateType type) Returns the existing state created byChangelogRestoreTarget.createKeyedState(TypeSerializer, StateDescriptor)orChangelogRestoreTarget.createPqState(String, TypeSerializer)in the restore procedure.