From commits-return-14110-archive-asf-public=cust-asf.ponee.io@storm.apache.org Sat May 12 17:58:08 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 8F5CF1807A6 for ; Sat, 12 May 2018 17:58:06 +0200 (CEST) Received: (qmail 69745 invoked by uid 500); 12 May 2018 15:58:05 -0000 Mailing-List: contact commits-help@storm.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@storm.apache.org Delivered-To: mailing list commits@storm.apache.org Received: (qmail 69478 invoked by uid 99); 12 May 2018 15:58: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, 12 May 2018 15:58:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CEDDAF674C; Sat, 12 May 2018 15:58:04 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: srdo@apache.org To: commits@storm.apache.org Date: Sat, 12 May 2018 15:58:14 -0000 Message-Id: <574d7b883b574bb5b735eebcdfba3b42@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [11/51] [abbrv] [partial] storm-site git commit: Publish up to date 2.0.0-SNAPSHOT documentation http://git-wip-us.apache.org/repos/asf/storm-site/blob/ef81b5ca/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/bolt/JoinBolt.Selector.html ---------------------------------------------------------------------- diff --git a/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/bolt/JoinBolt.Selector.html b/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/bolt/JoinBolt.Selector.html new file mode 100644 index 0000000..944fd82 --- /dev/null +++ b/releases/2.0.0-SNAPSHOT/javadocs/org/apache/storm/bolt/JoinBolt.Selector.html @@ -0,0 +1,350 @@ + + + + + + +JoinBolt.Selector (Storm 2.0.0-SNAPSHOT API) + + + + + + + + + + + +
+
org.apache.storm.bolt
+

Enum JoinBolt.Selector

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

      Method Detail

      + + + +
        +
      • +

        values

        +
        public static JoinBolt.Selector[] values()
        +
        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 (JoinBolt.Selector c : JoinBolt.Selector.values())
        +    System.out.println(c);
        +
        +
        +
        Returns:
        +
        an array containing the constants of this enum type, in the order they are declared
        +
        +
      • +
      + + + +
        +
      • +

        valueOf

        +
        public static JoinBolt.Selector valueOf(String name)
        +
        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
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+
+
+ + +

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

+ +