Toggle navigation
Home
org.apache.flink.runtime.state.RegisteredKeyedBackendStateMetaInfo.Snapshot<N, S> to org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'flink'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
restoredStateMetaInfoSnapshot.getNamespaceSerializer()
to
StateMetaInfoSnapshot.CommonSerializerKeys.NAMESPACE_SERIALIZER
StateMetaInfoSnapshot.CommonSerializerKeys.NAMESPACE_SERIALIZER
to
restoredStateMetaInfoSnapshot.getTypeSerializer(StateMetaInfoSnapshot.CommonSerializerKeys.NAMESPACE_SERIALIZER)
restoredStateMetaInfoSnapshot.getNamespaceSerializerConfigSnapshot()
to
restoredStateMetaInfoSnapshot.getTypeSerializerConfigSnapshot(StateMetaInfoSnapshot.CommonSerializerKeys.NAMESPACE_SERIALIZER)
restoredStateMetaInfoSnapshot.getStateSerializer()
to
StateMetaInfoSnapshot.CommonSerializerKeys.VALUE_SERIALIZER
StateMetaInfoSnapshot.CommonSerializerKeys.VALUE_SERIALIZER
to
restoredStateMetaInfoSnapshot.getTypeSerializer(StateMetaInfoSnapshot.CommonSerializerKeys.VALUE_SERIALIZER)
restoredStateMetaInfoSnapshot.getStateSerializerConfigSnapshot()
to
restoredStateMetaInfoSnapshot.getTypeSerializerConfigSnapshot(StateMetaInfoSnapshot.CommonSerializerKeys.VALUE_SERIALIZER)