Uses of Class
org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot.CommonSerializerKeys
-
Packages that use StateMetaInfoSnapshot.CommonSerializerKeys Package Description org.apache.flink.runtime.state.metainfo -
-
Uses of StateMetaInfoSnapshot.CommonSerializerKeys in org.apache.flink.runtime.state.metainfo
Methods in org.apache.flink.runtime.state.metainfo that return StateMetaInfoSnapshot.CommonSerializerKeys Modifier and Type Method Description static StateMetaInfoSnapshot.CommonSerializerKeysStateMetaInfoSnapshot.CommonSerializerKeys. valueOf(String name)Returns the enum constant of this type with the specified name.static StateMetaInfoSnapshot.CommonSerializerKeys[]StateMetaInfoSnapshot.CommonSerializerKeys. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.runtime.state.metainfo with parameters of type StateMetaInfoSnapshot.CommonSerializerKeys Modifier and Type Method Description org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<?>StateMetaInfoSnapshot. getTypeSerializerSnapshot(StateMetaInfoSnapshot.CommonSerializerKeys key)
-