sjwiesman commented on a change in pull request #13912:
URL: https://github.com/apache/flink/pull/13912#discussion_r574065708



##########
File path: 
flink-core/src/main/java/org/apache/flink/configuration/CheckpointingOptions.java
##########
@@ -27,22 +29,70 @@
     //  general checkpoint and state backend options
     // ------------------------------------------------------------------------
 
-    /** The state backend to be used to store and checkpoint state. */
+    /**
+     * The checkpoint storage used to store state.
+     *
+     * <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'.
+     */

Review comment:
       I've expanded on the javadoc but this is about the statebackend. 




----------------------------------------------------------------
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


Reply via email to