| Interface and Description |
|---|
| org.apache.flink.runtime.state.CheckpointListener
This interface has been moved to
CheckpointListener. This class is kept to maintain
backwards compatibility and will be removed in future releases. |
| Class and Description |
|---|
| org.apache.flink.runtime.state.filesystem.AbstractFileStateBackend
State backends should no longer implement
CheckpointStorage functionality.
Please inherit AbstractStateBackend instead. Custom checkpoint storage can be
additionally implemented as a separate class. |
| org.apache.flink.runtime.state.filesystem.FsStateBackend |
| 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.messages.JobExceptionsInfo.ExecutionExceptionInfo
ExecutionExceptionInfo will be replaced by JobExceptionsInfoWithHistory.ExceptionInfo as part of the effort of deprecating JobExceptionsInfo.allExceptions. |
| org.apache.flink.runtime.rest.handler.job.metrics.JobVertexMetricsHandler
This class is subsumed by
SubtaskMetricsHandler and is only kept for
backwards-compatibility. |
| org.apache.flink.runtime.state.memory.MemoryStateBackend |
| org.apache.flink.runtime.jobgraph.SavepointConfigOptions |
| 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.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.
|
| Enum Constant and Description |
|---|
| org.apache.flink.runtime.rest.messages.TerminationModeQueryParameter.TerminationMode.STOP
Please use the "stop" command instead.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.