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 3A310200C6B for ; Mon, 17 Apr 2017 19:22:16 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 38E74160BBF; Mon, 17 Apr 2017 17:22:16 +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 E5AC4160BB0 for ; Mon, 17 Apr 2017 19:22:13 +0200 (CEST) Received: (qmail 54621 invoked by uid 500); 17 Apr 2017 17:22:13 -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 54455 invoked by uid 99); 17 Apr 2017 17:22:13 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Apr 2017 17:22:13 +0000 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 280DE3A51EA for ; Mon, 17 Apr 2017 17:22:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1010623 [4/50] - in /websites/staging/zookeeper/trunk/content: ./ doc/r3.5.3-beta/ doc/r3.5.3-beta/api/ doc/r3.5.3-beta/api/org/ doc/r3.5.3-beta/api/org/apache/ doc/r3.5.3-beta/api/org/apache/zookeeper/ doc/r3.5.3-beta/api/org/apache/zooke... Date: Mon, 17 Apr 2017 17:22:10 -0000 To: commits@zookeeper.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170417172212.280DE3A51EA@svn01-us-west.apache.org> archived-at: Mon, 17 Apr 2017 17:22:16 -0000 Added: websites/staging/zookeeper/trunk/content/doc/r3.5.3-beta/api/index.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.5.3-beta/api/index.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.5.3-beta/api/index.html Mon Apr 17 17:22:07 2017 @@ -0,0 +1,74 @@ + + + + + +ZooKeeper 3.5.3-beta API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + Added: websites/staging/zookeeper/trunk/content/doc/r3.5.3-beta/api/org/apache/zookeeper/AsyncCallback.ACLCallback.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.5.3-beta/api/org/apache/zookeeper/AsyncCallback.ACLCallback.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.5.3-beta/api/org/apache/zookeeper/AsyncCallback.ACLCallback.html Mon Apr 17 17:22:07 2017 @@ -0,0 +1,259 @@ + + + + + +AsyncCallback.ACLCallback (ZooKeeper 3.5.3-beta API) + + + + + + + + + + + +
+
org.apache.zookeeper
+

Interface AsyncCallback.ACLCallback

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    AsyncCallback
    +
    +
    +
    Enclosing interface:
    +
    AsyncCallback
    +
    +
    +
    +
    public static interface AsyncCallback.ACLCallback
    +extends AsyncCallback
    +
    This callback is used to retrieve the ACL and stat of the node.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        processResult

        +
        void processResult(int rc,
        +                 String path,
        +                 Object ctx,
        +                 List<ACL> acl,
        +                 Stat stat)
        +
        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.
        acl - ACL Id in + ZooDefs.Ids.
        stat - Stat object of + the node on given path.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2017 The Apache Software Foundation

+ + Added: websites/staging/zookeeper/trunk/content/doc/r3.5.3-beta/api/org/apache/zookeeper/AsyncCallback.Children2Callback.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.5.3-beta/api/org/apache/zookeeper/AsyncCallback.Children2Callback.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.5.3-beta/api/org/apache/zookeeper/AsyncCallback.Children2Callback.html Mon Apr 17 17:22:07 2017 @@ -0,0 +1,248 @@ + + + + + +AsyncCallback.Children2Callback (ZooKeeper 3.5.3-beta API) + + + + + + + + + + + +
+
org.apache.zookeeper
+

Interface AsyncCallback.Children2Callback

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    AsyncCallback
    +
    +
    +
    Enclosing interface:
    +
    AsyncCallback
    +
    +
    +
    +
    public static interface AsyncCallback.Children2Callback
    +extends AsyncCallback
    +
    This callback is used to retrieve the children and stat of the node.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        processResult

        +
        void processResult(int rc,
        +                 String path,
        +                 Object ctx,
        +                 List<String> children,
        +                 Stat stat)
        +
        Process the result of the asynchronous call. + See AsyncCallback.ChildrenCallback.
        +
        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.
        children - An unordered array of children of the node on + given path.
        stat - Stat object of + the node on given path.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2017 The Apache Software Foundation

+ + Added: websites/staging/zookeeper/trunk/content/doc/r3.5.3-beta/api/org/apache/zookeeper/AsyncCallback.ChildrenCallback.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.5.3-beta/api/org/apache/zookeeper/AsyncCallback.ChildrenCallback.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.5.3-beta/api/org/apache/zookeeper/AsyncCallback.ChildrenCallback.html Mon Apr 17 17:22:07 2017 @@ -0,0 +1,256 @@ + + + + + +AsyncCallback.ChildrenCallback (ZooKeeper 3.5.3-beta API) + + + + + + + + + + + +
+
org.apache.zookeeper
+

Interface AsyncCallback.ChildrenCallback

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    AsyncCallback
    +
    +
    +
    Enclosing interface:
    +
    AsyncCallback
    +
    +
    +
    +
    public static interface AsyncCallback.ChildrenCallback
    +extends AsyncCallback
    +
    This callback is used to retrieve the children of the node.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        processResult

        +
        void processResult(int rc,
        +                 String path,
        +                 Object ctx,
        +                 List<String> children)
        +
        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.
        children - An unordered array of children of the node on + given path.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2017 The Apache Software Foundation

+ + Added: websites/staging/zookeeper/trunk/content/doc/r3.5.3-beta/api/org/apache/zookeeper/AsyncCallback.Create2Callback.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.5.3-beta/api/org/apache/zookeeper/AsyncCallback.Create2Callback.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.5.3-beta/api/org/apache/zookeeper/AsyncCallback.Create2Callback.html Mon Apr 17 17:22:07 2017 @@ -0,0 +1,249 @@ + + + + + +AsyncCallback.Create2Callback (ZooKeeper 3.5.3-beta API) + + + + + + + + + + + +
+
org.apache.zookeeper
+

Interface AsyncCallback.Create2Callback

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    AsyncCallback
    +
    +
    +
    Enclosing interface:
    +
    AsyncCallback
    +
    +
    +
    +
    public static interface AsyncCallback.Create2Callback
    +extends AsyncCallback
    +
    This callback is used to retrieve the name and stat of the node.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        processResult

        +
        void processResult(int rc,
        +                 String path,
        +                 Object ctx,
        +                 String name,
        +                 Stat stat)
        +
        Process the result of the asynchronous call. + See AsyncCallback.StringCallback.
        +
        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.
        stat - Stat object of + the node on given path.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2017 The Apache Software Foundation

+ + Added: websites/staging/zookeeper/trunk/content/doc/r3.5.3-beta/api/org/apache/zookeeper/AsyncCallback.DataCallback.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.5.3-beta/api/org/apache/zookeeper/AsyncCallback.DataCallback.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.5.3-beta/api/org/apache/zookeeper/AsyncCallback.DataCallback.html Mon Apr 17 17:22:07 2017 @@ -0,0 +1,259 @@ + + + + + +AsyncCallback.DataCallback (ZooKeeper 3.5.3-beta API) + + + + + + + + + + + +
+
org.apache.zookeeper
+

Interface AsyncCallback.DataCallback

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    AsyncCallback
    +
    +
    +
    Enclosing interface:
    +
    AsyncCallback
    +
    +
    +
    +
    public static interface AsyncCallback.DataCallback
    +extends AsyncCallback
    +
    This callback is used to retrieve the data and stat of the node.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        processResult

        +
        void processResult(int rc,
        +                 String path,
        +                 Object ctx,
        +                 byte[] data,
        +                 Stat stat)
        +
        Process the result of asynchronous calls. +

        + 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.
        data - The DataNode.data + of the node.
        stat - Stat object of + the node on given path.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2017 The Apache Software Foundation

+ + Added: websites/staging/zookeeper/trunk/content/doc/r3.5.3-beta/api/org/apache/zookeeper/AsyncCallback.MultiCallback.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.5.3-beta/api/org/apache/zookeeper/AsyncCallback.MultiCallback.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.5.3-beta/api/org/apache/zookeeper/AsyncCallback.MultiCallback.html Mon Apr 17 17:22:07 2017 @@ -0,0 +1,260 @@ + + + + + +AsyncCallback.MultiCallback (ZooKeeper 3.5.3-beta API) + + + + + + + + + + + +
+
org.apache.zookeeper
+

Interface AsyncCallback.MultiCallback

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

      Method Detail

      + + + +
        +
      • +

        processResult

        +
        void processResult(int rc,
        +                 String path,
        +                 Object ctx,
        +                 List<org.apache.zookeeper.OpResult> opResults)
        +
        Process the result of the asynchronous call. +

        + On success, rc is + KeeperException.Code.OK. + All opResults are + non-OpResult.ErrorResult, + +

        + On failure, rc is a failure code in + KeeperException.Code. + All opResults are + OpResult.ErrorResult. + All operations will be rollback-ed even if operations + before the failing one were successful.

        +
        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.
        opResults - The list of results. + One result for each operation, + and the order matches that of input.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2017 The Apache Software Foundation

+ +