Uses of Enum
org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot.BackendStateType
Packages that use StateMetaInfoSnapshot.BackendStateType
-
Uses of StateMetaInfoSnapshot.BackendStateType in org.apache.flink.runtime.state.metainfo
Methods in org.apache.flink.runtime.state.metainfo that return StateMetaInfoSnapshot.BackendStateTypeModifier and TypeMethodDescriptionStateMetaInfoSnapshot.BackendStateType.byCode(int code) StateMetaInfoSnapshot.getBackendStateType()Returns the enum constant of this type with the specified name.StateMetaInfoSnapshot.BackendStateType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.runtime.state.metainfo with parameters of type StateMetaInfoSnapshot.BackendStateTypeModifierConstructorDescriptionStateMetaInfoSnapshot(String name, StateMetaInfoSnapshot.BackendStateType backendStateType, Map<String, String> options, Map<String, org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<?>> serializerSnapshots) StateMetaInfoSnapshot(String name, StateMetaInfoSnapshot.BackendStateType backendStateType, Map<String, String> options, Map<String, org.apache.flink.api.common.typeutils.TypeSerializerSnapshot<?>> serializerSnapshots, Map<String, org.apache.flink.api.common.typeutils.TypeSerializer<?>> serializers) TODO this variant, which requires providing the serializers, TODO should actually be removed, leaving onlyStateMetaInfoSnapshot(String, BackendStateType, Map, Map).