From commits-return-6581-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Mon Jul 16 06:21:58 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 4996F1807A6 for ; Mon, 16 Jul 2018 06:21:56 +0200 (CEST) Received: (qmail 52820 invoked by uid 500); 16 Jul 2018 04:21:55 -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 48327 invoked by uid 99); 16 Jul 2018 04:21:47 -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:21:47 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B8169E0BE1; Mon, 16 Jul 2018 04:21:46 +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:22:24 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [40/45] zookeeper git commit: Update website content for release 3.4.13. http://git-wip-us.apache.org/repos/asf/zookeeper/blob/86349e3b/_released_docs/r3.4.13/api/org/apache/zookeeper/AsyncCallback.StringCallback.html ---------------------------------------------------------------------- diff --git a/_released_docs/r3.4.13/api/org/apache/zookeeper/AsyncCallback.StringCallback.html b/_released_docs/r3.4.13/api/org/apache/zookeeper/AsyncCallback.StringCallback.html new file mode 100644 index 0000000..3836b6f --- /dev/null +++ b/_released_docs/r3.4.13/api/org/apache/zookeeper/AsyncCallback.StringCallback.html @@ -0,0 +1,288 @@ + + + + + +AsyncCallback.StringCallback (ZooKeeper 3.4.13 API) + + + + + + + + + + + + +
+
org.apache.zookeeper
+

Interface AsyncCallback.StringCallback

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    AsyncCallback
    +
    +
    +
    Enclosing interface:
    +
    AsyncCallback
    +
    +
    +
    +
    @InterfaceAudience.Public
    +public static interface AsyncCallback.StringCallback
    +extends AsyncCallback
    +
    This callback is used to retrieve the name of the node.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        processResult

        +
        void processResult(int rc,
        +                   java.lang.String path,
        +                   java.lang.Object ctx,
        +                   java.lang.String name)
        +
        Process the result of the asynchronous call. +

        + On success, rc is + KeeperException.Code.OK. +

        + On failure, rc is set to the corresponding failure code in + KeeperException. +

        +
        +
        Parameters:
        +
        rc - The return code or the result of the call.
        +
        path - The path that we passed to asynchronous calls.
        +
        ctx - Whatever context object that we passed to + asynchronous calls.
        +
        name - The name of the Znode that was created. + On success, name and path are usually + equal, unless a sequential node has been created.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2018 The Apache Software Foundation

+ + http://git-wip-us.apache.org/repos/asf/zookeeper/blob/86349e3b/_released_docs/r3.4.13/api/org/apache/zookeeper/AsyncCallback.VoidCallback.html ---------------------------------------------------------------------- diff --git a/_released_docs/r3.4.13/api/org/apache/zookeeper/AsyncCallback.VoidCallback.html b/_released_docs/r3.4.13/api/org/apache/zookeeper/AsyncCallback.VoidCallback.html new file mode 100644 index 0000000..7dfdad0 --- /dev/null +++ b/_released_docs/r3.4.13/api/org/apache/zookeeper/AsyncCallback.VoidCallback.html @@ -0,0 +1,287 @@ + + + + + +AsyncCallback.VoidCallback (ZooKeeper 3.4.13 API) + + + + + + + + + + + + +
+
org.apache.zookeeper
+

Interface AsyncCallback.VoidCallback

+
+
+
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2018 The Apache Software Foundation

+ + http://git-wip-us.apache.org/repos/asf/zookeeper/blob/86349e3b/_released_docs/r3.4.13/api/org/apache/zookeeper/AsyncCallback.html ---------------------------------------------------------------------- diff --git a/_released_docs/r3.4.13/api/org/apache/zookeeper/AsyncCallback.html b/_released_docs/r3.4.13/api/org/apache/zookeeper/AsyncCallback.html new file mode 100644 index 0000000..c68371b --- /dev/null +++ b/_released_docs/r3.4.13/api/org/apache/zookeeper/AsyncCallback.html @@ -0,0 +1,248 @@ + + + + + +AsyncCallback (ZooKeeper 3.4.13 API) + + + + + + + + + + + + +
+
org.apache.zookeeper
+

Interface AsyncCallback

+
+
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2018 The Apache Software Foundation

+ + http://git-wip-us.apache.org/repos/asf/zookeeper/blob/86349e3b/_released_docs/r3.4.13/api/org/apache/zookeeper/CreateMode.html ---------------------------------------------------------------------- diff --git a/_released_docs/r3.4.13/api/org/apache/zookeeper/CreateMode.html b/_released_docs/r3.4.13/api/org/apache/zookeeper/CreateMode.html new file mode 100644 index 0000000..effc538 --- /dev/null +++ b/_released_docs/r3.4.13/api/org/apache/zookeeper/CreateMode.html @@ -0,0 +1,444 @@ + + + + + +CreateMode (ZooKeeper 3.4.13 API) + + + + + + + + + + + + +
+
org.apache.zookeeper
+

Enum CreateMode

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • java.lang.Enum<CreateMode>
    • +
    • +
        +
      • org.apache.zookeeper.CreateMode
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable, java.lang.Comparable<CreateMode>
    +
    +
    +
    +
    @InterfaceAudience.Public
    +public enum CreateMode
    +extends java.lang.Enum<CreateMode>
    +
    CreateMode value determines how the znode is created on ZooKeeper.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Summary

      + + + + + + + + + + + + + + + + + +
      Enum Constants 
      Enum Constant and Description
      EPHEMERAL +
      The znode will be deleted upon the client's disconnect.
      +
      EPHEMERAL_SEQUENTIAL +
      The znode will be deleted upon the client's disconnect, and its name + will be appended with a monotonically increasing number.
      +
      PERSISTENT +
      The znode will not be automatically deleted upon client's disconnect.
      +
      PERSISTENT_SEQUENTIAL +
      The znode will not be automatically deleted upon client's disconnect, + and its name will be appended with a monotonically increasing number.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static CreateModefromFlag(int flag) +
      Map an integer value to a CreateMode value
      +
      booleanisEphemeral() 
      booleanisSequential() 
      inttoFlag() 
      static CreateModevalueOf(java.lang.String name) +
      Returns the enum constant of this type with the specified name.
      +
      static CreateMode[]values() +
      Returns an array containing the constants of this enum type, in +the order they are declared.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Enum

        +compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Enum Constant Detail

      + + + +
        +
      • +

        PERSISTENT

        +
        public static final CreateMode PERSISTENT
        +
        The znode will not be automatically deleted upon client's disconnect.
        +
      • +
      + + + +
        +
      • +

        PERSISTENT_SEQUENTIAL

        +
        public static final CreateMode PERSISTENT_SEQUENTIAL
        +
        The znode will not be automatically deleted upon client's disconnect, + and its name will be appended with a monotonically increasing number.
        +
      • +
      + + + +
        +
      • +

        EPHEMERAL

        +
        public static final CreateMode EPHEMERAL
        +
        The znode will be deleted upon the client's disconnect.
        +
      • +
      + + + +
        +
      • +

        EPHEMERAL_SEQUENTIAL

        +
        public static final CreateMode EPHEMERAL_SEQUENTIAL
        +
        The znode will be deleted upon the client's disconnect, and its name + will be appended with a monotonically increasing number.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        values

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

        valueOf

        +
        public static CreateMode valueOf(java.lang.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:
        +
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        +
        java.lang.NullPointerException - if the argument is null
        +
        +
      • +
      + + + +
        +
      • +

        isEphemeral

        +
        public boolean isEphemeral()
        +
      • +
      + + + +
        +
      • +

        isSequential

        +
        public boolean isSequential()
        +
      • +
      + + + +
        +
      • +

        toFlag

        +
        public int toFlag()
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2018 The Apache Software Foundation

+ + http://git-wip-us.apache.org/repos/asf/zookeeper/blob/86349e3b/_released_docs/r3.4.13/api/org/apache/zookeeper/KeeperException.APIErrorException.html ---------------------------------------------------------------------- diff --git a/_released_docs/r3.4.13/api/org/apache/zookeeper/KeeperException.APIErrorException.html b/_released_docs/r3.4.13/api/org/apache/zookeeper/KeeperException.APIErrorException.html new file mode 100644 index 0000000..1406647 --- /dev/null +++ b/_released_docs/r3.4.13/api/org/apache/zookeeper/KeeperException.APIErrorException.html @@ -0,0 +1,296 @@ + + + + + +KeeperException.APIErrorException (ZooKeeper 3.4.13 API) + + + + + + + + + + + + +
+
org.apache.zookeeper
+

Class KeeperException.APIErrorException

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

      Constructor Detail

      + + + +
        +
      • +

        APIErrorException

        +
        public APIErrorException()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2018 The Apache Software Foundation

+ + http://git-wip-us.apache.org/repos/asf/zookeeper/blob/86349e3b/_released_docs/r3.4.13/api/org/apache/zookeeper/KeeperException.AuthFailedException.html ---------------------------------------------------------------------- diff --git a/_released_docs/r3.4.13/api/org/apache/zookeeper/KeeperException.AuthFailedException.html b/_released_docs/r3.4.13/api/org/apache/zookeeper/KeeperException.AuthFailedException.html new file mode 100644 index 0000000..2a4efa4 --- /dev/null +++ b/_released_docs/r3.4.13/api/org/apache/zookeeper/KeeperException.AuthFailedException.html @@ -0,0 +1,296 @@ + + + + + +KeeperException.AuthFailedException (ZooKeeper 3.4.13 API) + + + + + + + + + + + + +
+
org.apache.zookeeper
+

Class KeeperException.AuthFailedException

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

      Constructor Detail

      + + + +
        +
      • +

        AuthFailedException

        +
        public AuthFailedException()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2018 The Apache Software Foundation

+ +