Uses of Class
org.apache.flink.streaming.api.CheckpointingMode
-
Packages that use CheckpointingMode Package Description org.apache.flink.streaming.api org.apache.flink.streaming.api.environment -
-
Uses of CheckpointingMode in org.apache.flink.streaming.api
Methods in org.apache.flink.streaming.api that return CheckpointingMode Modifier and Type Method Description static CheckpointingMode
CheckpointingMode. convertFromCheckpointingMode(org.apache.flink.core.execution.CheckpointingMode semantic)
Deprecated.static CheckpointingMode
CheckpointingMode. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static CheckpointingMode[]
CheckpointingMode. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.streaming.api with parameters of type CheckpointingMode Modifier and Type Method Description static org.apache.flink.core.execution.CheckpointingMode
CheckpointingMode. convertToCheckpointingMode(CheckpointingMode semantic)
Deprecated. -
Uses of CheckpointingMode in org.apache.flink.streaming.api.environment
Methods in org.apache.flink.streaming.api.environment that return CheckpointingMode Modifier and Type Method Description CheckpointingMode
CheckpointConfig. getCheckpointingMode()
Deprecated.UseCheckpointConfig.getCheckpointingConsistencyMode()
instead.CheckpointingMode
StreamExecutionEnvironment. getCheckpointingMode()
Deprecated.Methods in org.apache.flink.streaming.api.environment with parameters of type CheckpointingMode Modifier and Type Method Description StreamExecutionEnvironment
StreamExecutionEnvironment. enableCheckpointing(long interval, CheckpointingMode mode)
Deprecated.void
CheckpointConfig. setCheckpointingMode(CheckpointingMode checkpointingMode)
Deprecated.
-