Myasuka commented on a change in pull request #15119: URL: https://github.com/apache/flink/pull/15119#discussion_r596850596
########## File path: flink-core/src/main/java/org/apache/flink/configuration/CheckpointingOptions.java ########## @@ -26,42 +26,9 @@ public class CheckpointingOptions { // ------------------------------------------------------------------------ - // general checkpoint and state backend options + // general checkpoint options // ------------------------------------------------------------------------ - /** - * The checkpoint storage used to store operator state locally within the cluster during - * execution. - * - * <p>The implementation can be specified either via their shortcut name, or via the class name - * of a {@code StateBackendFactory}. If a StateBackendFactory class name is specified, the - * factory is instantiated (via its zero-argument constructor) and its {@code - * StateBackendFactory#createFromConfig(ReadableConfig, ClassLoader)} method is called. - * - * <p>Recognized shortcut names are 'hashmap' and 'rocksdb'. - */ - @Documentation.Section(value = Documentation.Sections.COMMON_STATE_BACKENDS, position = 1) - public static final ConfigOption<String> STATE_BACKEND = Review comment: Good catch. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org