From commits-return-6609-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Mon Jul 16 06:30:09 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 2051E1807C2 for ; Mon, 16 Jul 2018 06:30:06 +0200 (CEST) Received: (qmail 67647 invoked by uid 500); 16 Jul 2018 04:30:05 -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@zookeeper.apache.org Delivered-To: mailing list commits@zookeeper.apache.org Received: (qmail 64023 invoked by uid 99); 16 Jul 2018 04:30:02 -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, 16 Jul 2018 04:30:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 66482E1169; Mon, 16 Jul 2018 04:30:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hanm@apache.org To: commits@zookeeper.apache.org Date: Mon, 16 Jul 2018 04:30:28 -0000 Message-Id: In-Reply-To: <3c3ee512583b41229bdb3c29e4baa35f@git.apache.org> References: <3c3ee512583b41229bdb3c29e4baa35f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [29/51] [partial] zookeeper git commit: Website update for release 3.4.13. http://git-wip-us.apache.org/repos/asf/zookeeper/blob/c9914857/content/build/docs/api/org/apache/zookeeper/KeeperException.CodeDeprecated.html ---------------------------------------------------------------------- diff --git a/content/build/docs/api/org/apache/zookeeper/KeeperException.CodeDeprecated.html b/content/build/docs/api/org/apache/zookeeper/KeeperException.CodeDeprecated.html new file mode 100644 index 0000000..c39b931 --- /dev/null +++ b/content/build/docs/api/org/apache/zookeeper/KeeperException.CodeDeprecated.html @@ -0,0 +1,706 @@ + + + + + +KeeperException.CodeDeprecated (ZooKeeper 3.4.13 API) + + + + + + + + + + + + +
+
org.apache.zookeeper
+

Interface KeeperException.CodeDeprecated

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    KeeperException.Code
    +
    +
    +
    Enclosing class:
    +
    KeeperException
    +
    +
    +
    Deprecated.
    +
    +
    @Deprecated
    + @InterfaceAudience.Public
    +public static interface KeeperException.CodeDeprecated
    +
    This interface contains the original static final int constants + which have now been replaced with an enumeration in Code. Do not + reference this class directly, if necessary (legacy code) continue + to access the constants through Code. + Note: an interface is used here due to the fact that enums cannot + reference constants defined within the same enum as said constants + are considered initialized _after_ the enum itself. By using an + interface as a super type this allows the deprecated constants to + be initialized first and referenced when constructing the enums. I + didn't want to have constants declared twice. This + interface should be private, but it's declared public to enable + javadoc to include in the user API spec.
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2018 The Apache Software Foundation

+ + http://git-wip-us.apache.org/repos/asf/zookeeper/blob/c9914857/content/build/docs/api/org/apache/zookeeper/KeeperException.ConnectionLossException.html ---------------------------------------------------------------------- diff --git a/content/build/docs/api/org/apache/zookeeper/KeeperException.ConnectionLossException.html b/content/build/docs/api/org/apache/zookeeper/KeeperException.ConnectionLossException.html new file mode 100644 index 0000000..eabc5c6 --- /dev/null +++ b/content/build/docs/api/org/apache/zookeeper/KeeperException.ConnectionLossException.html @@ -0,0 +1,296 @@ + + + + + +KeeperException.ConnectionLossException (ZooKeeper 3.4.13 API) + + + + + + + + + + + + +
+
org.apache.zookeeper
+

Class KeeperException.ConnectionLossException

+
+
+
    +
  • java.lang.Object
  • +
  • + +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ConnectionLossException

        +
        public ConnectionLossException()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2018 The Apache Software Foundation

+ + http://git-wip-us.apache.org/repos/asf/zookeeper/blob/c9914857/content/build/docs/api/org/apache/zookeeper/KeeperException.DataInconsistencyException.html ---------------------------------------------------------------------- diff --git a/content/build/docs/api/org/apache/zookeeper/KeeperException.DataInconsistencyException.html b/content/build/docs/api/org/apache/zookeeper/KeeperException.DataInconsistencyException.html new file mode 100644 index 0000000..94753a8 --- /dev/null +++ b/content/build/docs/api/org/apache/zookeeper/KeeperException.DataInconsistencyException.html @@ -0,0 +1,296 @@ + + + + + +KeeperException.DataInconsistencyException (ZooKeeper 3.4.13 API) + + + + + + + + + + + + +
+
org.apache.zookeeper
+

Class KeeperException.DataInconsistencyException

+
+
+
    +
  • java.lang.Object
  • +
  • + +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        DataInconsistencyException

        +
        public DataInconsistencyException()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2018 The Apache Software Foundation

+ + http://git-wip-us.apache.org/repos/asf/zookeeper/blob/c9914857/content/build/docs/api/org/apache/zookeeper/KeeperException.InvalidACLException.html ---------------------------------------------------------------------- diff --git a/content/build/docs/api/org/apache/zookeeper/KeeperException.InvalidACLException.html b/content/build/docs/api/org/apache/zookeeper/KeeperException.InvalidACLException.html new file mode 100644 index 0000000..c26b9c9 --- /dev/null +++ b/content/build/docs/api/org/apache/zookeeper/KeeperException.InvalidACLException.html @@ -0,0 +1,308 @@ + + + + + +KeeperException.InvalidACLException (ZooKeeper 3.4.13 API) + + + + + + + + + + + + +
+
org.apache.zookeeper
+

Class KeeperException.InvalidACLException

+
+
+
    +
  • java.lang.Object
  • +
  • + +
  • +
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        InvalidACLException

        +
        public InvalidACLException()
        +
      • +
      + + + +
        +
      • +

        InvalidACLException

        +
        public InvalidACLException(java.lang.String path)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2018 The Apache Software Foundation

+ +