You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2020/05/18 18:03:29 UTC

[beam] branch asf-site updated: Publishing website 2020/05/18 18:03:18 at commit 1aa715c

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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 1440c8d  Publishing website 2020/05/18 18:03:18 at commit 1aa715c
1440c8d is described below

commit 1440c8d1224d17154612c30a979669c30a07384c
Author: jenkins <bu...@apache.org>
AuthorDate: Mon May 18 18:03:19 2020 +0000

    Publishing website 2020/05/18 18:03:18 at commit 1aa715c
---
 .../generated-content/documentation/runners/flink/index.html | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/website/generated-content/documentation/runners/flink/index.html b/website/generated-content/documentation/runners/flink/index.html
index 8a28bd5..c63fc5b 100644
--- a/website/generated-content/documentation/runners/flink/index.html
+++ b/website/generated-content/documentation/runners/flink/index.html
@@ -591,7 +591,6 @@ reference class:</p>
 <div class="language-java">
 
 
-
 <table class="table table-bordered">
 <tr>
   <td><code>allowNonRestoredState</code></td>
@@ -654,6 +653,11 @@ reference class:</p>
   <td></td>
 </tr>
 <tr>
+  <td><code>finishBundleBeforeCheckpointing</code></td>
+  <td>If set, finishes the current bundle and flushes all output before checkpointing the state of the operators. By default, starts checkpointing immediately and buffers any remaining bundle output as part of the checkpoint. The setting may affect the checkpoint alignment.</td>
+  <td>Default: <code>false</code></td>
+</tr>
+<tr>
   <td><code>flinkMaster</code></td>
   <td>Address of the Flink Master where the Pipeline should be executed. Can either be of the form "host:port" or one of the special values [local], [collection] or [auto].</td>
   <td>Default: <code>[auto]</code></td>
@@ -735,7 +739,6 @@ reference class:</p>
 <div class="language-py">
 
 
-
 <table class="table table-bordered">
 <tr>
   <td><code>allow_non_restored_state</code></td>
@@ -798,6 +801,11 @@ reference class:</p>
   <td></td>
 </tr>
 <tr>
+  <td><code>finish_bundle_before_checkpointing</code></td>
+  <td>If set, finishes the current bundle and flushes all output before checkpointing the state of the operators. By default, starts checkpointing immediately and buffers any remaining bundle output as part of the checkpoint. The setting may affect the checkpoint alignment.</td>
+  <td>Default: <code>false</code></td>
+</tr>
+<tr>
   <td><code>flink_master</code></td>
   <td>Address of the Flink Master where the Pipeline should be executed. Can either be of the form "host:port" or one of the special values [local], [collection] or [auto].</td>
   <td>Default: <code>[auto]</code></td>