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 CheckpointingModeCheckpointingMode. convertFromCheckpointingMode(org.apache.flink.core.execution.CheckpointingMode semantic)Deprecated.static CheckpointingModeCheckpointingMode. 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.CheckpointingModeCheckpointingMode. 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 CheckpointingModeCheckpointConfig. getCheckpointingMode()Deprecated.UseCheckpointConfig.getCheckpointingConsistencyMode()instead.CheckpointingModeStreamExecutionEnvironment. getCheckpointingMode()Deprecated.Methods in org.apache.flink.streaming.api.environment with parameters of type CheckpointingMode Modifier and Type Method Description StreamExecutionEnvironmentStreamExecutionEnvironment. enableCheckpointing(long interval, CheckpointingMode mode)Deprecated.voidCheckpointConfig. setCheckpointingMode(CheckpointingMode checkpointingMode)Deprecated.
-