-
Interfaces Interface Description org.apache.flink.runtime.state.CheckpointListener This interface has been moved toCheckpointListener. This class is kept to maintain backwards compatibility and will be removed in future releases.
-
Classes Class Description org.apache.flink.runtime.checkpoint.SubtaskState Internal class for savepoint backwards compatibility. Don't use for other purposes.org.apache.flink.runtime.checkpoint.TaskState Internal class for savepoint backwards compatibility. Don't use for other purposes.org.apache.flink.runtime.entrypoint.JobClusterEntrypoint Per-job mode has been deprecated in Flink 1.15 and will be removed in the future. Please use application mode instead.org.apache.flink.runtime.rest.handler.job.metrics.JobVertexMetricsHandler This class is subsumed bySubtaskMetricsHandlerand is only kept for backwards-compatibility.org.apache.flink.runtime.rest.messages.JobExceptionsInfo.ExecutionExceptionInfo ExecutionExceptionInfowill be replaced byJobExceptionsInfoWithHistory.ExceptionInfoas part of the effort of deprecatingJobExceptionsInfo.allExceptions.org.apache.flink.runtime.rest.messages.YarnCancelJobTerminationHeaders This should be removed once we can send arbitrary REST calls via the Yarn proxy.org.apache.flink.runtime.rest.messages.YarnStopJobTerminationHeaders This should be removed once we can send arbitrary REST calls via the Yarn proxy.org.apache.flink.runtime.state.filesystem.AbstractFileStateBackend State backends should no longer implementCheckpointStoragefunctionality. Please inheritAbstractStateBackendinstead. Custom checkpoint storage can be additionally implemented as a separate class.org.apache.flink.runtime.state.filesystem.FsStateBackend org.apache.flink.runtime.state.memory.MemoryStateBackend
-
Enum Constants Enum Constant Description org.apache.flink.runtime.jobgraph.RestoreMode.LEGACY org.apache.flink.runtime.rest.messages.TerminationModeQueryParameter.TerminationMode.STOP Please use the "stop" command instead.