-
Classes Class Description org.apache.flink.api.common.typeutils.base.GenericArraySerializerConfigSnapshot this is deprecated and no longer used by theGenericArraySerializer. It has been replaced byGenericArraySerializerSnapshot.org.apache.flink.api.java.typeutils.runtime.EitherSerializerSnapshot this snapshot class is no longer used by any serializers. Instead,JavaEitherSerializerSnapshotis used.org.apache.flink.configuration.QueryableStateOptions The Queryable State feature is deprecated since Flink 1.18, and will be removed in a future Flink major version.
-
Enums Enum Description org.apache.flink.api.common.ExecutionMode TheExecutionModeis deprecated because it's only used in DataSet APIs. All Flink DataSet APIs are deprecated since Flink 1.18 and will be removed in a future Flink major version. You can still build your application in DataSet, but you should move to either the DataStream and/or Table API.org.apache.flink.api.common.InputDependencyConstraint InputDependencyConstraintis not used anymore and will be deleted in one of the future versions. It was previously used in the scheduler implementations that were removed as part of FLINK-20589.
-
Constructors Constructor Description org.apache.flink.api.common.state.ValueStateDescriptor(String, Class<T>, T) UseValueStateDescriptor(String, Class)instead and manually manage the default value by checking whether the contents of the state isnull.
-
Enum Constants Enum Constant Description org.apache.flink.api.common.state.StateDescriptor.Type.UNKNOWN Enum for migrating from old checkpoints/savepoint versions.org.apache.flink.configuration.JobManagerOptions.SchedulerType.Ng UseJobManagerOptions.SchedulerType.Defaultinstead.