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 class
RegisteredBroadcastStateBackendMetaInfo<K,V>
class
RegisteredKeyValueStateBackendMetaInfo<N,S>
Compound meta information for a registered state in a keyed state backend.class
RegisteredOperatorStateBackendMetaInfo<S>
Compound meta information for a registered state in an operator state backend.class
RegisteredPriorityQueueStateBackendMetaInfo<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 RegisteredStateMetaInfoBase
RegisteredStateMetaInfoBase. fromMetaInfoSnapshot(StateMetaInfoSnapshot snapshot)
RegisteredStateMetaInfoBase
RegisteredStateMetaInfoBase.Key. getRegisteredStateMetaInfoBase()
abstract RegisteredStateMetaInfoBase
RegisteredStateMetaInfoBase. 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 class
RegisteredKeyValueStateBackendMetaInfo<N,S>
Compound meta information for a registered state in a keyed state backend.
-