Airblader commented on a change in pull request #17893:
URL: https://github.com/apache/flink/pull/17893#discussion_r757478806



##########
File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/CheckpointConfig.java
##########
@@ -446,7 +447,7 @@ public void setTolerableCheckpointFailureNumber(int 
tolerableCheckpointFailureNu
      * @param cleanupMode Externalized checkpoint cleanup behaviour.
      */
     @PublicEvolving
-    public void enableExternalizedCheckpoints(ExternalizedCheckpointCleanup 
cleanupMode) {
+    public void setExternalizedCheckpointCleanup(ExternalizedCheckpointCleanup 
cleanupMode) {

Review comment:
       It is allowed for individual methods to have a different stability. 
Basically, methods inherit the stability of their class unless they are 
annotated themselves. Otherwise extending public APIs with new methods would be 
very difficult as you could only do it by immediately having new methods be 
stable.




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to