Uses of Enum
org.apache.flink.streaming.api.CheckpointingMode
Packages that use CheckpointingMode
-
Uses of CheckpointingMode in org.apache.flink.streaming.api
Methods in org.apache.flink.streaming.api that return CheckpointingModeModifier and TypeMethodDescriptionstatic CheckpointingModeCheckpointingMode.convertFromCheckpointingMode(org.apache.flink.core.execution.CheckpointingMode semantic) Deprecated.static CheckpointingModeDeprecated.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 CheckpointingModeModifier and TypeMethodDescriptionstatic 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 CheckpointingModeModifier and TypeMethodDescriptionCheckpointConfig.getCheckpointingMode()Deprecated.StreamExecutionEnvironment.getCheckpointingMode()Deprecated.Methods in org.apache.flink.streaming.api.environment with parameters of type CheckpointingModeModifier and TypeMethodDescriptionStreamExecutionEnvironment.enableCheckpointing(long interval, CheckpointingMode mode) Deprecated.voidCheckpointConfig.setCheckpointingMode(CheckpointingMode checkpointingMode) Deprecated.
CheckpointConfig.getCheckpointingConsistencyMode()instead.