Uses of Class
org.apache.flink.runtime.state.v2.RegisteredKeyValueStateBackendMetaInfo
-
Packages that use RegisteredKeyValueStateBackendMetaInfo Package Description org.apache.flink.runtime.state org.apache.flink.runtime.state.v2 -
-
Uses of RegisteredKeyValueStateBackendMetaInfo in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return RegisteredKeyValueStateBackendMetaInfo Modifier and Type Method Description static RegisteredKeyValueStateBackendMetaInfo
RegisteredStateMetaInfoUtils. createMetaInfoV2FromV1Snapshot(StateMetaInfoSnapshot stateMeta)
-
Uses of RegisteredKeyValueStateBackendMetaInfo in org.apache.flink.runtime.state.v2
Subclasses of RegisteredKeyValueStateBackendMetaInfo in org.apache.flink.runtime.state.v2 Modifier and Type Class Description class
RegisteredKeyAndUserKeyValueStateBackendMetaInfo<N,UK,S>
Compound meta information for a registered state in a keyed state backend.Methods in org.apache.flink.runtime.state.v2 that return RegisteredKeyValueStateBackendMetaInfo Modifier and Type Method Description RegisteredKeyValueStateBackendMetaInfo<N,S>
RegisteredKeyValueStateBackendMetaInfo. withSerializerUpgradesAllowed()
-