This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/beam-site.git
commit c18b82822f0523a45886177b869dde51d9a099a8 Author: Mergebot <[email protected]> AuthorDate: Tue Jul 18 01:08:14 2017 +0000 Prepare repository for deployment. --- .../runners/capability-matrix/index.html | 72 +++++++++++++++++++++- 1 file changed, 71 insertions(+), 1 deletion(-) diff --git a/content/documentation/runners/capability-matrix/index.html b/content/documentation/runners/capability-matrix/index.html index ad89694..6df48e7 100644 --- a/content/documentation/runners/capability-matrix/index.html +++ b/content/documentation/runners/capability-matrix/index.html @@ -439,6 +439,41 @@ </tr> <tr class="cap-summary"> + <th class="cap-summary color-capability format-capability" style="color:#ec3">Splittable DoFn</th> + + + + <td width="25%" class="cap-summary" style="background-color:#fe5;border-color:#ca1"><center><b>~</b></center> +</td> + + + + <td width="25%" class="cap-summary" style="background-color:#fe5;border-color:#ca1"><center><b>~</b></center> +</td> + + + + <td width="25%" class="cap-summary" style="background-color:#ddd;border-color:#ca1"><center><b>✕</b></center> +</td> + + + + <td width="25%" class="cap-summary" style="background-color:#ddd;border-color:#ca1"><center><b>✕</b></center> +</td> + + + + <td width="25%" class="cap-summary" style="background-color:#ddd;border-color:#ca1"><center><b>✕</b></center> +</td> + + + + <td width="25%" class="cap-summary" style="background-color:#ddd;border-color:#ca1"><center><b>✕</b></center> +</td> + + </tr> + + <tr class="cap-summary"> <th class="cap-summary color-capability format-capability" style="color:#ec3">Metrics</th> @@ -1468,7 +1503,7 @@ - <td width="25%" class="cap" style="background-color:#ec3;border-color:#ca1"><center><b>Yes: fully supported</b></center><br /> + <td width="25%" class="cap" style="background-color:#ec3;border-color:#ca1"><center><b>Yes: fully supported</b></center><br />Support includes autotuning features (https://cloud.google.com/dataflow/service/dataflow-service-desc#autotuning-features). </td> @@ -1494,6 +1529,41 @@ </tr> <tr class="cap"> + <th class="cap color-capability format-capability" style="color:#ec3">Splittable DoFn</th> + + + + <td width="25%" class="cap" style="background-color:#fe5;border-color:#ca1"><center><b>Partially: DoFn where processing of each element can be split for parallelism, or suspended and resumed</b></center><br />Allows users to develop DoFn's that process a single element in portions ("restrictions"), executed in parallel or sequentially. This supersedes the unbounded and bounded `Source` APIs by supporting all of their features on a per-element basis. See http://s.apache.org/splittable [...] +</td> + + + + <td width="25%" class="cap" style="background-color:#fe5;border-color:#ca1"><center><b>Partially: supported in streaming mode</b></center><br />Supports checkpointing (sequentially processing an element over several, potentially infinitely many calls). Does not yet support autotuning features of the Source API. +</td> + + + + <td width="25%" class="cap" style="background-color:#ddd;border-color:#ca1"><center><b>No: implementation in streaming mode coming soon</b></center><br /> +</td> + + + + <td width="25%" class="cap" style="background-color:#ddd;border-color:#ca1"><center><b>No: not implemented</b></center><br /> +</td> + + + + <td width="25%" class="cap" style="background-color:#ddd;border-color:#ca1"><center><b>No: implementation in streaming mode coming soon</b></center><br /> +</td> + + + + <td width="25%" class="cap" style="background-color:#ddd;border-color:#ca1"><center><b>No: not implemented</b></center><br /> +</td> + + </tr> + + <tr class="cap"> <th class="cap color-capability format-capability" style="color:#ec3">Metrics</th> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
