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 org.apache.flink.streaming.api.graph org.apache.flink.streaming.api.operators -
-
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. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckpointingMode[]CheckpointingMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CheckpointingMode in org.apache.flink.streaming.api.environment
Fields in org.apache.flink.streaming.api.environment declared as CheckpointingMode Modifier and Type Field Description static CheckpointingModeCheckpointConfig. DEFAULT_MODEDeprecated.Fields in org.apache.flink.streaming.api.environment with type parameters of type CheckpointingMode Modifier and Type Field Description static org.apache.flink.configuration.ConfigOption<CheckpointingMode>ExecutionCheckpointingOptions. CHECKPOINTING_MODEMethods in org.apache.flink.streaming.api.environment that return CheckpointingMode Modifier and Type Method Description CheckpointingModeCheckpointConfig. getCheckpointingMode()Gets the checkpointing mode (exactly-once vs. at-least-once).CheckpointingModeStreamExecutionEnvironment. getCheckpointingMode()Returns the checkpointing mode (exactly-once vs. at-least-once).Methods in org.apache.flink.streaming.api.environment with parameters of type CheckpointingMode Modifier and Type Method Description StreamExecutionEnvironmentStreamExecutionEnvironment. enableCheckpointing(long interval, CheckpointingMode mode)Enables checkpointing for the streaming job.StreamExecutionEnvironmentStreamExecutionEnvironment. enableCheckpointing(long interval, CheckpointingMode mode, boolean force)Deprecated.voidCheckpointConfig. setCheckpointingMode(CheckpointingMode checkpointingMode)Sets the checkpointing mode (exactly-once vs. at-least-once). -
Uses of CheckpointingMode in org.apache.flink.streaming.api.graph
Methods in org.apache.flink.streaming.api.graph that return CheckpointingMode Modifier and Type Method Description CheckpointingModeStreamConfig. getCheckpointMode()Methods in org.apache.flink.streaming.api.graph with parameters of type CheckpointingMode Modifier and Type Method Description voidStreamConfig. setCheckpointMode(CheckpointingMode mode) -
Uses of CheckpointingMode in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators that return CheckpointingMode Modifier and Type Method Description CheckpointingModeStreamingRuntimeContext. getCheckpointMode()Returns the checkpointing mode.
-