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 E610C200B29 for ; Wed, 15 Jun 2016 16:22:58 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E4D30160A57; Wed, 15 Jun 2016 14:22:58 +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 9674F160A5D for ; Wed, 15 Jun 2016 16:22:56 +0200 (CEST) Received: (qmail 44499 invoked by uid 500); 15 Jun 2016 14:22:55 -0000 Mailing-List: contact commits-help@beam.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.incubator.apache.org Delivered-To: mailing list commits@beam.incubator.apache.org Received: (qmail 44490 invoked by uid 99); 15 Jun 2016 14:22:55 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jun 2016 14:22:55 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 2556DC018D for ; Wed, 15 Jun 2016 14:22:55 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.446 X-Spam-Level: X-Spam-Status: No, score=-3.446 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_MANYCOMMENTS=1.2, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id nEuz5rP_35oG for ; Wed, 15 Jun 2016 14:22:49 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with SMTP id EB7B760D3D for ; Wed, 15 Jun 2016 14:22:33 +0000 (UTC) Received: (qmail 42401 invoked by uid 99); 15 Jun 2016 14:22:32 -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; Wed, 15 Jun 2016 14:22:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5B785E0B66; Wed, 15 Jun 2016 14:22:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davor@apache.org To: commits@beam.incubator.apache.org Date: Wed, 15 Jun 2016 14:22:54 -0000 Message-Id: In-Reply-To: <55ff2dc97409451b8f815779a067f58e@git.apache.org> References: <55ff2dc97409451b8f815779a067f58e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [24/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website archived-at: Wed, 15 Jun 2016 14:22:59 -0000 http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/testing/TestDataflowPipelineOptions.html ---------------------------------------------------------------------- diff --git a/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/testing/TestDataflowPipelineOptions.html b/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/testing/TestDataflowPipelineOptions.html new file mode 100644 index 0000000..2a8af6e --- /dev/null +++ b/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/testing/TestDataflowPipelineOptions.html @@ -0,0 +1,330 @@ + + + + + + +TestDataflowPipelineOptions (Apache Beam SDK for Java 0.1.0-incubating API) + + + + + + + + + + + + +
+
org.apache.beam.runners.dataflow.testing
+

Interface TestDataflowPipelineOptions

+
+
+ +
+ +
+
+ + + + + +

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

+ + http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/testing/TestDataflowPipelineRunner.html ---------------------------------------------------------------------- diff --git a/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/testing/TestDataflowPipelineRunner.html b/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/testing/TestDataflowPipelineRunner.html new file mode 100644 index 0000000..3d5f1f1 --- /dev/null +++ b/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/testing/TestDataflowPipelineRunner.html @@ -0,0 +1,319 @@ + + + + + + +TestDataflowPipelineRunner (Apache Beam SDK for Java 0.1.0-incubating API) + + + + + + + + + + + + +
+
org.apache.beam.runners.dataflow.testing
+

Class TestDataflowPipelineRunner

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + +

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

+ + http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/testing/class-use/TestDataflowPipelineOptions.html ---------------------------------------------------------------------- diff --git a/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/testing/class-use/TestDataflowPipelineOptions.html b/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/testing/class-use/TestDataflowPipelineOptions.html new file mode 100644 index 0000000..13c6491 --- /dev/null +++ b/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/testing/class-use/TestDataflowPipelineOptions.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Interface org.apache.beam.runners.dataflow.testing.TestDataflowPipelineOptions (Apache Beam SDK for Java 0.1.0-incubating API) + + + + + + + + + + + +
+

Uses of Interface
org.apache.beam.runners.dataflow.testing.TestDataflowPipelineOptions

+
+
No usage of org.apache.beam.runners.dataflow.testing.TestDataflowPipelineOptions
+ + + + +

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

+ + http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/testing/class-use/TestDataflowPipelineRunner.html ---------------------------------------------------------------------- diff --git a/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/testing/class-use/TestDataflowPipelineRunner.html b/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/testing/class-use/TestDataflowPipelineRunner.html new file mode 100644 index 0000000..21b1ba0 --- /dev/null +++ b/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/testing/class-use/TestDataflowPipelineRunner.html @@ -0,0 +1,168 @@ + + + + + + +Uses of Class org.apache.beam.runners.dataflow.testing.TestDataflowPipelineRunner (Apache Beam SDK for Java 0.1.0-incubating API) + + + + + + + + + + + +
+

Uses of Class
org.apache.beam.runners.dataflow.testing.TestDataflowPipelineRunner

+
+
+ +
+ + + + +

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

+ + http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/testing/package-frame.html ---------------------------------------------------------------------- diff --git a/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/testing/package-frame.html b/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/testing/package-frame.html new file mode 100644 index 0000000..60b8900 --- /dev/null +++ b/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/testing/package-frame.html @@ -0,0 +1,25 @@ + + + + + + +org.apache.beam.runners.dataflow.testing (Apache Beam SDK for Java 0.1.0-incubating API) + + + + + +

org.apache.beam.runners.dataflow.testing

+ + + http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/6fce44a2/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/testing/package-summary.html ---------------------------------------------------------------------- diff --git a/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/testing/package-summary.html b/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/testing/package-summary.html new file mode 100644 index 0000000..8d73ad8 --- /dev/null +++ b/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/testing/package-summary.html @@ -0,0 +1,164 @@ + + + + + + +org.apache.beam.runners.dataflow.testing (Apache Beam SDK for Java 0.1.0-incubating API) + + + + + + + + + + + +
+

Package org.apache.beam.runners.dataflow.testing

+
+
+ +
+ + + + +

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

+ +