Uses of Class
org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot.CommonOptionsKeys
-
Packages that use StateMetaInfoSnapshot.CommonOptionsKeys Package Description org.apache.flink.runtime.state.metainfo -
-
Uses of StateMetaInfoSnapshot.CommonOptionsKeys in org.apache.flink.runtime.state.metainfo
Methods in org.apache.flink.runtime.state.metainfo that return StateMetaInfoSnapshot.CommonOptionsKeys Modifier and Type Method Description static StateMetaInfoSnapshot.CommonOptionsKeysStateMetaInfoSnapshot.CommonOptionsKeys. valueOf(String name)Returns the enum constant of this type with the specified name.static StateMetaInfoSnapshot.CommonOptionsKeys[]StateMetaInfoSnapshot.CommonOptionsKeys. 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.CommonOptionsKeys Modifier and Type Method Description StringStateMetaInfoSnapshot. getOption(StateMetaInfoSnapshot.CommonOptionsKeys key)
-