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 A0DA9200B13 for ; Wed, 15 Jun 2016 16:23:10 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9E5CE160A66; Wed, 15 Jun 2016 14:23:10 +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 225BE160A57 for ; Wed, 15 Jun 2016 16:23:06 +0200 (CEST) Received: (qmail 45693 invoked by uid 500); 15 Jun 2016 14:23:06 -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 45684 invoked by uid 99); 15 Jun 2016 14:23:06 -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:23:06 +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 B32E6C0C9F for ; Wed, 15 Jun 2016 14:23:05 +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 SYtIj_mWTNpi for ; Wed, 15 Jun 2016 14:22:57 +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 ECE4A61218 for ; Wed, 15 Jun 2016 14:22:34 +0000 (UTC) Received: (qmail 42436 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 C4A0DE0B66; 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:23:11 -0000 Message-Id: <8fe6be961ac743f9b2263f5753c19992@git.apache.org> In-Reply-To: <55ff2dc97409451b8f815779a067f58e@git.apache.org> References: <55ff2dc97409451b8f815779a067f58e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [41/52] [abbrv] [partial] incubator-beam-site git commit: Rebuild the website archived-at: Wed, 15 Jun 2016 14:23:10 -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/DataflowJobAlreadyExistsException.html ---------------------------------------------------------------------- diff --git a/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobAlreadyExistsException.html b/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobAlreadyExistsException.html new file mode 100644 index 0000000..32c12f5 --- /dev/null +++ b/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobAlreadyExistsException.html @@ -0,0 +1,290 @@ + + + + + + +DataflowJobAlreadyExistsException (Apache Beam SDK for Java 0.1.0-incubating API) + + + + + + + + + + + + +
+
org.apache.beam.runners.dataflow
+

Class DataflowJobAlreadyExistsException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class DataflowJobAlreadyExistsException
    +extends DataflowJobException
    +
    An exception that is thrown if the unique job name constraint of the Dataflow + service is broken because an existing job with the same job name is currently active. + The DataflowPipelineJob contained within this exception contains information + about the pre-existing job.
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        DataflowJobAlreadyExistsException

        +
        public DataflowJobAlreadyExistsException(DataflowPipelineJob job,
        +                                         String message)
        +
        Create a new DataflowJobAlreadyExistsException with the specified DataflowPipelineJob and message.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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/DataflowJobAlreadyUpdatedException.html ---------------------------------------------------------------------- diff --git a/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobAlreadyUpdatedException.html b/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobAlreadyUpdatedException.html new file mode 100644 index 0000000..e445e87 --- /dev/null +++ b/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobAlreadyUpdatedException.html @@ -0,0 +1,289 @@ + + + + + + +DataflowJobAlreadyUpdatedException (Apache Beam SDK for Java 0.1.0-incubating API) + + + + + + + + + + + + +
+
org.apache.beam.runners.dataflow
+

Class DataflowJobAlreadyUpdatedException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class DataflowJobAlreadyUpdatedException
    +extends DataflowJobException
    +
    An exception that is thrown if the existing job has already been updated within the Dataflow + service and is no longer able to be updated. The DataflowPipelineJob contained within + this exception contains information about the pre-existing updated job.
    +
    +
    See Also:
    +
    Serialized Form
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        DataflowJobAlreadyUpdatedException

        +
        public DataflowJobAlreadyUpdatedException(DataflowPipelineJob job,
        +                                          String message)
        +
        Create a new DataflowJobAlreadyUpdatedException with the specified DataflowPipelineJob and message.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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/DataflowJobCancelledException.html ---------------------------------------------------------------------- diff --git a/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobCancelledException.html b/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobCancelledException.html new file mode 100644 index 0000000..7921cce --- /dev/null +++ b/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobCancelledException.html @@ -0,0 +1,306 @@ + + + + + + +DataflowJobCancelledException (Apache Beam SDK for Java 0.1.0-incubating API) + + + + + + + + + + + + +
+
org.apache.beam.runners.dataflow
+

Class DataflowJobCancelledException

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

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/DataflowJobException.html ---------------------------------------------------------------------- diff --git a/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobException.html b/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobException.html new file mode 100644 index 0000000..6d6843d --- /dev/null +++ b/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobException.html @@ -0,0 +1,277 @@ + + + + + + +DataflowJobException (Apache Beam SDK for Java 0.1.0-incubating API) + + + + + + + + + + + + +
+
org.apache.beam.runners.dataflow
+

Class DataflowJobException

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

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/DataflowJobExecutionException.html ---------------------------------------------------------------------- diff --git a/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobExecutionException.html b/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobExecutionException.html new file mode 100644 index 0000000..aab0bae --- /dev/null +++ b/content/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobExecutionException.html @@ -0,0 +1,243 @@ + + + + + + +DataflowJobExecutionException (Apache Beam SDK for Java 0.1.0-incubating API) + + + + + + + + + + + + +
+
org.apache.beam.runners.dataflow
+

Class DataflowJobExecutionException

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

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

+ +