Uses of Class
org.apache.flink.core.execution.CheckpointingMode
-
Packages that use CheckpointingMode Package Description org.apache.flink.configuration org.apache.flink.core.execution -
-
Uses of CheckpointingMode in org.apache.flink.configuration
Fields in org.apache.flink.configuration with type parameters of type CheckpointingMode Modifier and Type Field Description static ConfigOption<CheckpointingMode>CheckpointingOptions. CHECKPOINTING_CONSISTENCY_MODEThe checkpointing mode (exactly-once vs. at-least-once).Methods in org.apache.flink.configuration that return CheckpointingMode Modifier and Type Method Description static CheckpointingModeCheckpointingOptions. getCheckpointingMode(Configuration config)Gets the checkpointing mode from the configuration. -
Uses of CheckpointingMode in org.apache.flink.core.execution
Methods in org.apache.flink.core.execution 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.
-