-
Interfaces Interface Description org.apache.flink.types.Key The Key type is a relict of a deprecated and removed API and will be removed in future (2.0) versions as well.
-
Classes Class Description 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.
-
Fields Field Description org.apache.flink.api.common.state.StateDescriptor.defaultValue To make the semantics more clear, user should manually manage the default value if the contents of the state isnull
org.apache.flink.configuration.JobManagerOptions.MIN_PARALLELISM_INCREASE org.apache.flink.configuration.JobManagerOptions.RESOURCE_STABILIZATION_TIMEOUT org.apache.flink.configuration.JobManagerOptions.RESOURCE_WAIT_TIMEOUT org.apache.flink.configuration.JobManagerOptions.SCHEDULER_SCALING_INTERVAL_MAX org.apache.flink.configuration.JobManagerOptions.SCHEDULER_SCALING_INTERVAL_MIN org.apache.flink.configuration.TraceOptions.REPORT_EVENTS_AS_SPANS
-
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
.org.apache.flink.api.common.typeutils.CompositeTypeSerializerSnapshot(Class<? extends TypeSerializer>) correspondingSerializerClass is not used to resolve and cast after FLIP-263, please useCompositeTypeSerializerSnapshot()
instead.
-
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.core.execution.RecoveryClaimMode.LEGACY