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 7C237200BAF for ; Mon, 31 Oct 2016 17:19:15 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 7A9F0160B06; Mon, 31 Oct 2016 16:19:15 +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 237CA160AED for ; Mon, 31 Oct 2016 17:19:13 +0100 (CET) Received: (qmail 69042 invoked by uid 500); 31 Oct 2016 16:19:13 -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 69033 invoked by uid 99); 31 Oct 2016 16:19:13 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Oct 2016 16:19:13 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id DFAFB1A9CB9 for ; Mon, 31 Oct 2016 16:19:12 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -7.019 X-Spam-Level: X-Spam-Status: No, score=-7.019 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id b--DfHxYUgIb for ; Mon, 31 Oct 2016 16:19:08 +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 000025FAC5 for ; Mon, 31 Oct 2016 16:19:06 +0000 (UTC) Received: (qmail 68883 invoked by uid 99); 31 Oct 2016 16:19:06 -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, 31 Oct 2016 16:19:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1AD48E09DE; Mon, 31 Oct 2016 16:19:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aljoscha@apache.org To: commits@beam.incubator.apache.org Date: Mon, 31 Oct 2016 16:19:05 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [01/51] [abbrv] [partial] incubator-beam-site git commit: Rebuild site archived-at: Mon, 31 Oct 2016 16:19:15 -0000 Repository: incubator-beam-site Updated Branches: refs/heads/asf-site c60d96902 -> 141627ec4 http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/141627ec/content/learn/sdks/javadoc/0.3.0-incubating/org/apache/beam/runners/dataflow/options/DataflowPipelineWorkerPoolOptions.TeardownPolicy.html ---------------------------------------------------------------------- diff --git a/content/learn/sdks/javadoc/0.3.0-incubating/org/apache/beam/runners/dataflow/options/DataflowPipelineWorkerPoolOptions.TeardownPolicy.html b/content/learn/sdks/javadoc/0.3.0-incubating/org/apache/beam/runners/dataflow/options/DataflowPipelineWorkerPoolOptions.TeardownPolicy.html new file mode 100644 index 0000000..13a0fb7 --- /dev/null +++ b/content/learn/sdks/javadoc/0.3.0-incubating/org/apache/beam/runners/dataflow/options/DataflowPipelineWorkerPoolOptions.TeardownPolicy.html @@ -0,0 +1,406 @@ + + + + + + +DataflowPipelineWorkerPoolOptions.TeardownPolicy (Apache Beam SDK for Java, version 0.3.0-incubating) + + + + + + + + + + + + +
+
org.apache.beam.runners.dataflow.options
+

Enum DataflowPipelineWorkerPoolOptions.TeardownPolicy

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

      Enum Constant Detail

      + + + +
        +
      • +

        TEARDOWN_ALWAYS

        +
        public static final DataflowPipelineWorkerPoolOptions.TeardownPolicy TEARDOWN_ALWAYS
        +
        Deprecated. 
        +
        All VMs created for a Dataflow job are deleted when the job finishes, regardless of whether + it fails or succeeds.
        +
      • +
      + + + +
        +
      • +

        TEARDOWN_NEVER

        +
        public static final DataflowPipelineWorkerPoolOptions.TeardownPolicy TEARDOWN_NEVER
        +
        Deprecated. 
        +
        All VMs created for a Dataflow job are left running when the job finishes, regardless of + whether it fails or succeeds.
        +
      • +
      + + + +
        +
      • +

        TEARDOWN_ON_SUCCESS

        +
        public static final DataflowPipelineWorkerPoolOptions.TeardownPolicy TEARDOWN_ON_SUCCESS
        +
        Deprecated. 
        +
        All VMs created for a Dataflow job are deleted when the job succeeds, but are left running + when it fails. (This is typically used for debugging failing jobs by SSHing into the + workers.)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static DataflowPipelineWorkerPoolOptions.TeardownPolicy[] values()
        +
        Deprecated. 
        +
        Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
        +for (DataflowPipelineWorkerPoolOptions.TeardownPolicy c : DataflowPipelineWorkerPoolOptions.TeardownPolicy.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static DataflowPipelineWorkerPoolOptions.TeardownPolicy valueOf(String name)
        +
        Deprecated. 
        +
        Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)
        +
        +
        Parameters:
        +
        name - the name of the enum constant to be returned.
        +
        Returns:
        +
        the enum constant with the specified name
        +
        Throws:
        +
        IllegalArgumentException - if this enum type has no constant with the specified name
        +
        NullPointerException - if the argument is null
        +
        +
      • +
      + + + +
        +
      • +

        getTeardownPolicyName

        +
        public String getTeardownPolicyName()
        +
        Deprecated. 
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

+ +