Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 69CD3200C1B for ; Mon, 9 Jan 2017 23:31:43 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6896D160B3E; Mon, 9 Jan 2017 22:31:43 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 888E6160B54 for ; Mon, 9 Jan 2017 23:31:40 +0100 (CET) Received: (qmail 29129 invoked by uid 500); 9 Jan 2017 22:31:39 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 27076 invoked by uid 99); 9 Jan 2017 22:31:37 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jan 2017 22:31:37 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7B050DFB8E; Mon, 9 Jan 2017 22:31:37 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davor@apache.org To: commits@beam.apache.org Date: Mon, 09 Jan 2017 22:32:07 -0000 Message-Id: In-Reply-To: <84111c2e83cc404e92f8e292fe1e5eeb@git.apache.org> References: <84111c2e83cc404e92f8e292fe1e5eeb@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [32/52] [partial] beam-site git commit: Publish Javadoc for version 0.4.0 archived-at: Mon, 09 Jan 2017 22:31:43 -0000 http://git-wip-us.apache.org/repos/asf/beam-site/blob/de6a0417/content/documentation/sdks/javadoc/0.4.0/org/apache/beam/runners/core/ReduceFnRunner.html ---------------------------------------------------------------------- diff --git a/content/documentation/sdks/javadoc/0.4.0/org/apache/beam/runners/core/ReduceFnRunner.html b/content/documentation/sdks/javadoc/0.4.0/org/apache/beam/runners/core/ReduceFnRunner.html new file mode 100644 index 0000000..f96c50a --- /dev/null +++ b/content/documentation/sdks/javadoc/0.4.0/org/apache/beam/runners/core/ReduceFnRunner.html @@ -0,0 +1,378 @@ + + + + + + +ReduceFnRunner (Apache Beam SDK for Java, version 0.4.0) + + + + + + + + + + + + +
+
org.apache.beam.runners.core
+

Class ReduceFnRunner<K,InputT,OutputT,W extends BoundedWindow>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.beam.runners.core.ReduceFnRunner<K,InputT,OutputT,W>
    • +
    +
  • +
+
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2016 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/beam-site/blob/de6a0417/content/documentation/sdks/javadoc/0.4.0/org/apache/beam/runners/core/SideInputHandler.html ---------------------------------------------------------------------- diff --git a/content/documentation/sdks/javadoc/0.4.0/org/apache/beam/runners/core/SideInputHandler.html b/content/documentation/sdks/javadoc/0.4.0/org/apache/beam/runners/core/SideInputHandler.html new file mode 100644 index 0000000..5d8231a --- /dev/null +++ b/content/documentation/sdks/javadoc/0.4.0/org/apache/beam/runners/core/SideInputHandler.html @@ -0,0 +1,437 @@ + + + + + + +SideInputHandler (Apache Beam SDK for Java, version 0.4.0) + + + + + + + + + + + + +
+
org.apache.beam.runners.core
+

Class SideInputHandler

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    ReadyCheckingSideInputReader, SideInputReader
    +
    +
    +
    +
    public class SideInputHandler
    +extends Object
    +implements ReadyCheckingSideInputReader
    +
    Generic side input handler that uses StateInternals to store all data. Both the actual + side-input data and data about the windows for which we have side inputs available are stored + using StateInternals. + +

    The given StateInternals must not be scoped to an element key. The state + must instead be scoped to one key group for which the side input is being managed. + +

    This is useful for runners that transmit the side-input elements in band, as opposed + to how Dataflow has an external service for managing side inputs. + +

    Note: storing the available windows in an extra state is redundant for now but in the + future we might want to know which windows we have available so that we can garbage collect + side input data. For now, this will never clean up side-input data because we have no way + of knowing when we reach the GC horizon.

    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2016 The Apache Software Foundation. All rights reserved.

+ + http://git-wip-us.apache.org/repos/asf/beam-site/blob/de6a0417/content/documentation/sdks/javadoc/0.4.0/org/apache/beam/runners/core/SimpleDoFnRunner.html ---------------------------------------------------------------------- diff --git a/content/documentation/sdks/javadoc/0.4.0/org/apache/beam/runners/core/SimpleDoFnRunner.html b/content/documentation/sdks/javadoc/0.4.0/org/apache/beam/runners/core/SimpleDoFnRunner.html new file mode 100644 index 0000000..9ce31f9 --- /dev/null +++ b/content/documentation/sdks/javadoc/0.4.0/org/apache/beam/runners/core/SimpleDoFnRunner.html @@ -0,0 +1,373 @@ + + + + + + +SimpleDoFnRunner (Apache Beam SDK for Java, version 0.4.0) + + + + + + + + + + + + +
+
org.apache.beam.runners.core
+

Class SimpleDoFnRunner<InputT,OutputT>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.beam.runners.core.SimpleDoFnRunner<InputT,OutputT>
    • +
    +
  • +
+
+
    +
  • +
    +
    Type Parameters:
    +
    InputT - the type of the DoFn (main) input elements
    +
    OutputT - the type of the DoFn (main) output elements
    +
    +
    +
    All Implemented Interfaces:
    +
    DoFnRunner<InputT,OutputT>
    +
    +
    +
    +
    public class SimpleDoFnRunner<InputT,OutputT>
    +extends Object
    +implements DoFnRunner<InputT,OutputT>
    +
    Runs a DoFn by constructing the appropriate contexts and passing them in. + +

    Also, if the DoFn observes the window of the element, then SimpleDoFnRunner + explodes windows of the input WindowedValue and calls DoFn.ProcessElement for + each window individually.

    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2016 The Apache Software Foundation. All rights reserved.

+ +