From commits-return-13763-apmail-beam-commits-archive=beam.apache.org@beam.incubator.apache.org Sat Nov 5 17:12:47 2016 Return-Path: X-Original-To: apmail-beam-commits-archive@minotaur.apache.org Delivered-To: apmail-beam-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5D19019DD0 for ; Sat, 5 Nov 2016 17:12:47 +0000 (UTC) Received: (qmail 92716 invoked by uid 500); 5 Nov 2016 17:12:47 -0000 Delivered-To: apmail-beam-commits-archive@beam.apache.org Received: (qmail 92665 invoked by uid 500); 5 Nov 2016 17:12:47 -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 92656 invoked by uid 99); 5 Nov 2016 17:12:47 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Nov 2016 17:12:47 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 6EFBA1806ED for ; Sat, 5 Nov 2016 17:12:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -5.018 X-Spam-Level: X-Spam-Status: No, score=-5.018 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=-2.999, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id gLptmDcqwLUn for ; Sat, 5 Nov 2016 17:12:23 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 9A6305FD03 for ; Sat, 5 Nov 2016 17:12:06 +0000 (UTC) Received: (qmail 86407 invoked by uid 99); 5 Nov 2016 17:12:05 -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; Sat, 05 Nov 2016 17:12:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B6353E1772; Sat, 5 Nov 2016 17:12:05 +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: Sat, 05 Nov 2016 17:12:40 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [37/53] [partial] incubator-beam-site git commit: Move files http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/cc22c462/documentation/sdks/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobAlreadyExistsException.html ---------------------------------------------------------------------- diff --git a/documentation/sdks/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobAlreadyExistsException.html b/documentation/sdks/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobAlreadyExistsException.html deleted file mode 100644 index 32c12f5..0000000 --- a/documentation/sdks/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobAlreadyExistsException.html +++ /dev/null @@ -1,290 +0,0 @@ - - - - - - -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/cc22c462/documentation/sdks/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobAlreadyUpdatedException.html ---------------------------------------------------------------------- diff --git a/documentation/sdks/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobAlreadyUpdatedException.html b/documentation/sdks/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobAlreadyUpdatedException.html deleted file mode 100644 index e445e87..0000000 --- a/documentation/sdks/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobAlreadyUpdatedException.html +++ /dev/null @@ -1,289 +0,0 @@ - - - - - - -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/cc22c462/documentation/sdks/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobCancelledException.html ---------------------------------------------------------------------- diff --git a/documentation/sdks/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobCancelledException.html b/documentation/sdks/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobCancelledException.html deleted file mode 100644 index 7921cce..0000000 --- a/documentation/sdks/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobCancelledException.html +++ /dev/null @@ -1,306 +0,0 @@ - - - - - - -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/cc22c462/documentation/sdks/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobException.html ---------------------------------------------------------------------- diff --git a/documentation/sdks/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobException.html b/documentation/sdks/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobException.html deleted file mode 100644 index 6d6843d..0000000 --- a/documentation/sdks/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobException.html +++ /dev/null @@ -1,277 +0,0 @@ - - - - - - -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/cc22c462/documentation/sdks/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobExecutionException.html ---------------------------------------------------------------------- diff --git a/documentation/sdks/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobExecutionException.html b/documentation/sdks/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobExecutionException.html deleted file mode 100644 index aab0bae..0000000 --- a/documentation/sdks/javadoc/0.1.0-incubating/org/apache/beam/runners/dataflow/DataflowJobExecutionException.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - -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.

- -