You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by dw...@apache.org on 2019/11/22 08:49:37 UTC

[flink] branch master updated (e14bd50 -> 65a472f)

This is an automated email from the ASF dual-hosted git repository.

dwysakowicz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from e14bd50  [FLINK-14866][doc] fix a few broken doc links
     add d3dbc96  [FLINK-14788][configuration] Add configure method to CheckpointConfig
     add 65a472f  [FLINK-14788][documentation] Generated documentation for ExecutionCheckpointingOptions

No new revisions were added by this update.

Summary of changes:
 .../execution_checkpointing_configuration.html     |  60 +++++++
 docs/ops/config.md                                 |   1 +
 docs/ops/config.zh.md                              |   1 +
 flink-docs/pom.xml                                 |   5 +
 .../configuration/ConfigOptionsDocGenerator.java   |   2 +
 .../api/environment/CheckpointConfig.java          |  30 ++++
 .../environment/ExecutionCheckpointingOptions.java | 126 ++++++++++++++
 .../CheckpointConfigFromConfigurationTest.java     | 182 +++++++++++++++++++++
 8 files changed, 407 insertions(+)
 create mode 100644 docs/_includes/generated/execution_checkpointing_configuration.html
 create mode 100644 flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/ExecutionCheckpointingOptions.java
 create mode 100644 flink-streaming-java/src/test/java/org/apache/flink/streaming/api/environment/CheckpointConfigFromConfigurationTest.java