Uses of Class
org.apache.flink.runtime.state.RegisteredStateMetaInfoBase
-
Packages that use RegisteredStateMetaInfoBase Package Description org.apache.flink.runtime.state org.apache.flink.runtime.state.v2 -
-
Uses of RegisteredStateMetaInfoBase in org.apache.flink.runtime.state
Subclasses of RegisteredStateMetaInfoBase in org.apache.flink.runtime.state Modifier and Type Class Description classRegisteredBroadcastStateBackendMetaInfo<K,V>classRegisteredKeyValueStateBackendMetaInfo<N,S>Compound meta information for a registered state in a keyed state backend.classRegisteredOperatorStateBackendMetaInfo<S>Compound meta information for a registered state in an operator state backend.classRegisteredPriorityQueueStateBackendMetaInfo<T>Meta information about a priority queue state in a backend.Methods in org.apache.flink.runtime.state that return RegisteredStateMetaInfoBase Modifier and Type Method Description static RegisteredStateMetaInfoBaseRegisteredStateMetaInfoBase. fromMetaInfoSnapshot(StateMetaInfoSnapshot snapshot)RegisteredStateMetaInfoBaseRegisteredStateMetaInfoBase.Key. getRegisteredStateMetaInfoBase()abstract RegisteredStateMetaInfoBaseRegisteredStateMetaInfoBase. withSerializerUpgradesAllowed()create a new metadata object with Lazy serializer provider using existing one as a snapshot. -
Uses of RegisteredStateMetaInfoBase in org.apache.flink.runtime.state.v2
Subclasses of RegisteredStateMetaInfoBase in org.apache.flink.runtime.state.v2 Modifier and Type Class Description classRegisteredKeyValueStateBackendMetaInfo<N,S>Compound meta information for a registered state in a keyed state backend.
-