Package org.apache.flink.runtime.state
Class RegisteredStateMetaInfoUtils
- java.lang.Object
-
- org.apache.flink.runtime.state.RegisteredStateMetaInfoUtils
-
public class RegisteredStateMetaInfoUtils extends Object
Utilities for transformingRegisteredKeyValueStateBackendMetaInfotoRegisteredKeyValueStateBackendMetaInfo.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RegisteredKeyValueStateBackendMetaInfocreateMetaInfoV1FromV2Snapshot(StateMetaInfoSnapshot stateMeta)static RegisteredKeyValueStateBackendMetaInfocreateMetaInfoV2FromV1Snapshot(StateMetaInfoSnapshot stateMeta)
-
-
-
Method Detail
-
createMetaInfoV2FromV1Snapshot
public static RegisteredKeyValueStateBackendMetaInfo createMetaInfoV2FromV1Snapshot(StateMetaInfoSnapshot stateMeta)
-
createMetaInfoV1FromV2Snapshot
public static RegisteredKeyValueStateBackendMetaInfo createMetaInfoV1FromV2Snapshot(StateMetaInfoSnapshot stateMeta)
-
-