Return-Path: X-Original-To: apmail-zookeeper-commits-archive@www.apache.org Delivered-To: apmail-zookeeper-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EFD681836A for ; Thu, 3 Dec 2015 04:31:08 +0000 (UTC) Received: (qmail 16266 invoked by uid 500); 3 Dec 2015 04:31:08 -0000 Delivered-To: apmail-zookeeper-commits-archive@zookeeper.apache.org Received: (qmail 16238 invoked by uid 500); 3 Dec 2015 04:31:08 -0000 Mailing-List: contact commits-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ Delivered-To: mailing list commits@zookeeper.apache.org Received: (qmail 16227 invoked by uid 99); 3 Dec 2015 04:31:08 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2015 04:31:08 +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 39708C5F16 for ; Thu, 3 Dec 2015 04:31:08 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.991 X-Spam-Level: ** X-Spam-Status: No, score=2.991 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_MANYCOMMENTS=1.2, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id qVocWrmIu8-E for ; Thu, 3 Dec 2015 04:30:52 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id C0329334E1 for ; Thu, 3 Dec 2015 04:30:50 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 06CCEE1047 for ; Thu, 3 Dec 2015 04:30:49 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id F2C213A0D1C for ; Thu, 3 Dec 2015 04:30:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r974351 [12/42] - in /websites/staging/zookeeper/trunk/content: ./ doc/r3.4.7/ doc/r3.4.7/api/ doc/r3.4.7/api/org/ doc/r3.4.7/api/org/apache/ doc/r3.4.7/api/org/apache/zookeeper/ doc/r3.4.7/api/org/apache/zookeeper/class-use/ doc/r3.4.7/api... Date: Thu, 03 Dec 2015 04:30:47 -0000 To: commits@zookeeper.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151203043048.F2C213A0D1C@svn01-us-west.apache.org> Added: websites/staging/zookeeper/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/KeeperException.UnimplementedException.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/KeeperException.UnimplementedException.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/KeeperException.UnimplementedException.html Thu Dec 3 04:30:43 2015 @@ -0,0 +1,295 @@ + + + + + +KeeperException.UnimplementedException (ZooKeeper 3.4.7 API) + + + + + + + + + + + + +
+
org.apache.zookeeper
+

Class KeeperException.UnimplementedException

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

      Constructor Detail

      + + + +
        +
      • +

        UnimplementedException

        +
        public UnimplementedException()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2015 The Apache Software Foundation

+ + Added: websites/staging/zookeeper/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/KeeperException.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/KeeperException.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/KeeperException.html Thu Dec 3 04:30:43 2015 @@ -0,0 +1,640 @@ + + + + + +KeeperException (ZooKeeper 3.4.7 API) + + + + + + + + + + + + +
+
org.apache.zookeeper
+

Class KeeperException

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

      Method Detail

      + + + +
        +
      • +

        create

        +
        public static KeeperException create(KeeperException.Code code,
        +                                     String path)
        +
        All non-specific keeper exceptions should be constructed via + this factory method in order to guarantee consistency in error + codes and such. If you know the error code, then you should + construct the special purpose exception directly. That will + allow you to have the most specific possible declarations of + what exceptions might actually be thrown.
        +
        +
        Parameters:
        +
        code - The error code.
        +
        path - The ZooKeeper path being operated on.
        +
        Returns:
        +
        The specialized exception, presumably to be thrown by + the caller.
        +
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        create

        +
        public static KeeperException create(KeeperException.Code code)
        +
        All non-specific keeper exceptions should be constructed via + this factory method in order to guarantee consistency in error + codes and such. If you know the error code, then you should + construct the special purpose exception directly. That will + allow you to have the most specific possible declarations of + what exceptions might actually be thrown.
        +
        +
        Parameters:
        +
        code - The error code of your new exception. This will + also determine the specific type of the exception that is + returned.
        +
        Returns:
        +
        The specialized exception, presumably to be thrown by + the caller.
        +
        +
      • +
      + + + +
        +
      • +

        setCode

        +
        @Deprecated
        +public void setCode(int code)
        +
        Deprecated. deprecated in 3.1.0, exceptions should be immutable, this + method should not be used
        +
        Set the code for this exception
        +
        +
        Parameters:
        +
        code - error code
        +
        +
      • +
      + + + +
        +
      • +

        getCode

        +
        @Deprecated
        +public int getCode()
        +
        Deprecated. deprecated in 3.1.0, use code() instead
        +
        Read the error code for this exception
        +
        +
        Returns:
        +
        the error code for this exception
        +
        +
      • +
      + + + +
        +
      • +

        code

        +
        public KeeperException.Code code()
        +
        Read the error Code for this exception
        +
        +
        Returns:
        +
        the error Code for this exception
        +
        +
      • +
      + + + +
        +
      • +

        getPath

        +
        public String getPath()
        +
        Read the path for this exception
        +
        +
        Returns:
        +
        the path associated with this error, null if none
        +
        +
      • +
      + + + + + + + +
        +
      • +

        getResults

        +
        public List<org.apache.zookeeper.OpResult> getResults()
        +
        If this exception was thrown by a multi-request then the (partial) results + and error codes can be retrieved using this getter.
        +
        +
        Returns:
        +
        A copy of the list of results from the operations in the multi-request.
        +
        Since:
        +
        3.4.0
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2015 The Apache Software Foundation

+ + Added: websites/staging/zookeeper/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/ServerAdminClient.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/ServerAdminClient.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.7/api/org/apache/zookeeper/ServerAdminClient.html Thu Dec 3 04:30:43 2015 @@ -0,0 +1,364 @@ + + + + + +ServerAdminClient (ZooKeeper 3.4.7 API) + + + + + + + + + + + + +
+
org.apache.zookeeper
+

Class ServerAdminClient

+
+
+ +
+
    +
  • +
    +
    +
    public class ServerAdminClient
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ServerAdminClient

        +
        public ServerAdminClient()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        ruok

        +
        public static void ruok(String host,
        +                        int port)
        +
      • +
      + + + +
        +
      • +

        dump

        +
        public static void dump(String host,
        +                        int port)
        +
      • +
      + + + +
        +
      • +

        stat

        +
        public static void stat(String host,
        +                        int port)
        +
      • +
      + + + +
        +
      • +

        kill

        +
        public static void kill(String host,
        +                        int port)
        +
      • +
      + + + +
        +
      • +

        setTraceMask

        +
        public static void setTraceMask(String host,
        +                                int port,
        +                                String traceMaskStr)
        +
      • +
      + + + +
        +
      • +

        getTraceMask

        +
        public static void getTraceMask(String host,
        +                                int port)
        +
      • +
      + + + +
        +
      • +

        main

        +
        public static void main(String[] args)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2015 The Apache Software Foundation

+ +