You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Stas Levin (JIRA)" <ji...@apache.org> on 2016/12/29 15:28:58 UTC

[jira] [Created] (BEAM-1230) Typo in the documentation of the Window class

Stas Levin created BEAM-1230:
--------------------------------

             Summary: Typo in the documentation of the Window class
                 Key: BEAM-1230
                 URL: https://issues.apache.org/jira/browse/BEAM-1230
             Project: Beam
          Issue Type: Bug
          Components: sdk-java-core
            Reporter: Stas Levin
            Assignee: Stas Levin
            Priority: Trivial


{code}
 * <pre>{@code
 * PCollection<String> windowed_items = items.apply(
 *   Window.<String>into(FixedWindows.of(Duration.standardMinutes(1))
 *      .triggering(
 *      .triggering(
 *          AfterWatermark.pastEndOfWindow()
 *              .withEarlyFirings(AfterProcessingTime
 *                  .pastFirstElementInPane().plusDelayOf(Duration.standardMinutes(1))))
 *      .withAllowedLateness(Duration.ZERO));
 * }</pre>

{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)