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 5200F183B6 for ; Thu, 3 Dec 2015 04:37:39 +0000 (UTC) Received: (qmail 34283 invoked by uid 500); 3 Dec 2015 04:37:39 -0000 Delivered-To: apmail-zookeeper-commits-archive@zookeeper.apache.org Received: (qmail 34252 invoked by uid 500); 3 Dec 2015 04:37:39 -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 34241 invoked by uid 99); 3 Dec 2015 04:37:39 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2015 04:37:39 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 80F17C13C3 for ; Thu, 3 Dec 2015 04:37:38 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.447 X-Spam-Level: ** X-Spam-Status: No, score=2.447 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_MANYCOMMENTS=1.2, RP_MATCHES_RCVD=-0.554, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id sU_AlsFERUNK for ; Thu, 3 Dec 2015 04:37:19 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id 732B442ABE for ; Thu, 3 Dec 2015 04:37:19 +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 0007CE1037 for ; Thu, 3 Dec 2015 04:37:18 +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 BB9C73A231E for ; Thu, 3 Dec 2015 04:37:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r974352 [4/42] - in /websites/production/zookeeper/content/doc: ./ r3.4.7/ r3.4.7/api/ r3.4.7/api/org/ r3.4.7/api/org/apache/ r3.4.7/api/org/apache/zookeeper/ r3.4.7/api/org/apache/zookeeper/class-use/ r3.4.7/api/org/apache/zookeeper/client... Date: Thu, 03 Dec 2015 04:37:16 -0000 To: commits@zookeeper.apache.org From: rgs@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151203043718.BB9C73A231E@svn01-us-west.apache.org> Added: websites/production/zookeeper/content/doc/r3.4.7/api/index.html ============================================================================== --- websites/production/zookeeper/content/doc/r3.4.7/api/index.html (added) +++ websites/production/zookeeper/content/doc/r3.4.7/api/index.html Thu Dec 3 04:37:13 2015 @@ -0,0 +1,74 @@ + + + + + +ZooKeeper 3.4.7 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/production/zookeeper/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.ACLCallback.html ============================================================================== --- websites/production/zookeeper/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.ACLCallback.html (added) +++ websites/production/zookeeper/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.ACLCallback.html Thu Dec 3 04:37:13 2015 @@ -0,0 +1,281 @@ + + + + + +AsyncCallback.ACLCallback (ZooKeeper 3.4.7 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 © 2015 The Apache Software Foundation

+ + Added: websites/production/zookeeper/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.Children2Callback.html ============================================================================== --- websites/production/zookeeper/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.Children2Callback.html (added) +++ websites/production/zookeeper/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.Children2Callback.html Thu Dec 3 04:37:13 2015 @@ -0,0 +1,270 @@ + + + + + +AsyncCallback.Children2Callback (ZooKeeper 3.4.7 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 © 2015 The Apache Software Foundation

+ + Added: websites/production/zookeeper/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.ChildrenCallback.html ============================================================================== --- websites/production/zookeeper/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.ChildrenCallback.html (added) +++ websites/production/zookeeper/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.ChildrenCallback.html Thu Dec 3 04:37:13 2015 @@ -0,0 +1,277 @@ + + + + + +AsyncCallback.ChildrenCallback (ZooKeeper 3.4.7 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 © 2015 The Apache Software Foundation

+ + Added: websites/production/zookeeper/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.DataCallback.html ============================================================================== --- websites/production/zookeeper/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.DataCallback.html (added) +++ websites/production/zookeeper/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.DataCallback.html Thu Dec 3 04:37:13 2015 @@ -0,0 +1,281 @@ + + + + + +AsyncCallback.DataCallback (ZooKeeper 3.4.7 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 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.
        +
        data - The DataNode.data + of the node.
        +
        stat - Stat object of + the node on given path.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2015 The Apache Software Foundation

+ + Added: websites/production/zookeeper/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.MultiCallback.html ============================================================================== --- websites/production/zookeeper/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.MultiCallback.html (added) +++ websites/production/zookeeper/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.MultiCallback.html Thu Dec 3 04:37:13 2015 @@ -0,0 +1,285 @@ + + + + + +AsyncCallback.MultiCallback (ZooKeeper 3.4.7 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 © 2015 The Apache Software Foundation

+ + Added: websites/production/zookeeper/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.StatCallback.html ============================================================================== --- websites/production/zookeeper/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.StatCallback.html (added) +++ websites/production/zookeeper/content/doc/r3.4.7/api/org/apache/zookeeper/AsyncCallback.StatCallback.html Thu Dec 3 04:37:13 2015 @@ -0,0 +1,282 @@ + + + + + +AsyncCallback.StatCallback (ZooKeeper 3.4.7 API) + + + + + + + + + + + + +
+
org.apache.zookeeper
+

Interface AsyncCallback.StatCallback

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

      Method Detail

      + + + +
        +
      • +

        processResult

        +
        void processResult(int rc,
        +                   String path,
        +                   Object ctx,
        +                   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.
        +
        stat - Stat object of + the node on given path.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2015 The Apache Software Foundation

+ +