Uses of Interface
org.apache.flink.state.changelog.ChangelogState
-
Packages that use ChangelogState Package Description org.apache.flink.state.changelog org.apache.flink.state.changelog.restore -
-
Uses of ChangelogState in org.apache.flink.state.changelog
Classes in org.apache.flink.state.changelog that implement ChangelogState Modifier and Type Class Description classChangelogKeyGroupedPriorityQueue<T>AKeyGroupedInternalPriorityQueuethat keeps state on the underlying delegatedKeyGroupedInternalPriorityQueueas well as on the state change log.Methods in org.apache.flink.state.changelog that return ChangelogState Modifier and Type Method Description <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)ChangelogStateChangelogStateFactory. 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 ChangelogState Modifier and Type Method Description ChangelogStateChangelogMigrationRestoreTarget. getExistingState(String name, org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot.BackendStateType type)ChangelogStateChangelogRestoreTarget. 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.
-