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 56F1075AD for ; Wed, 23 Nov 2011 08:47:23 +0000 (UTC) Received: (qmail 7133 invoked by uid 500); 23 Nov 2011 08:47:23 -0000 Delivered-To: apmail-zookeeper-commits-archive@zookeeper.apache.org Received: (qmail 7080 invoked by uid 500); 23 Nov 2011 08:47:22 -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 6986 invoked by uid 99); 23 Nov 2011 08:47:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Nov 2011 08:47:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Nov 2011 08:47:16 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id AD9D02388A2C for ; Wed, 23 Nov 2011 08:46:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r799148 [4/41] - in /websites/staging/zookeeper/trunk/content: ./ bookkeeper/docs/trunk/ doc/r3.4.0/ doc/r3.4.0/api/ doc/r3.4.0/api/org/ doc/r3.4.0/api/org/apache/ doc/r3.4.0/api/org/apache/zookeeper/ doc/r3.4.0/api/org/apache/zookeeper/cla... Date: Wed, 23 Nov 2011 08:46:36 -0000 To: commits@zookeeper.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111123084656.AD9D02388A2C@eris.apache.org> Added: websites/staging/zookeeper/trunk/content/doc/r3.4.0/api/index.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.0/api/index.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.0/api/index.html Wed Nov 23 08:46:18 2011 @@ -0,0 +1,39 @@ + + + + + + +ZooKeeper 3.4.0 API + + + + + + + + + + + +<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. +<BR> +Link to<A HREF="overview-summary.html">Non-frame version.</A> + + + Added: websites/staging/zookeeper/trunk/content/doc/r3.4.0/api/org/apache/zookeeper/AsyncCallback.ACLCallback.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.0/api/org/apache/zookeeper/AsyncCallback.ACLCallback.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.0/api/org/apache/zookeeper/AsyncCallback.ACLCallback.html Wed Nov 23 08:46:18 2011 @@ -0,0 +1,242 @@ + + + + + + +AsyncCallback.ACLCallback (ZooKeeper 3.4.0 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.zookeeper +
+Interface AsyncCallback.ACLCallback

+
+
All Superinterfaces:
AsyncCallback
+
+
+
Enclosing interface:
AsyncCallback
+
+
+
+
public static interface AsyncCallback.ACLCallback
extends AsyncCallback
+ + +

+


+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface org.apache.zookeeper.AsyncCallback
AsyncCallback.ACLCallback, AsyncCallback.Children2Callback, AsyncCallback.ChildrenCallback, AsyncCallback.DataCallback, AsyncCallback.StatCallback, AsyncCallback.StringCallback, AsyncCallback.VoidCallback
+  + + + + + + + + + + + + +
+Method Summary
+ voidprocessResult(int rc, + String path, + Object ctx, + List<ACL> acl, + Stat stat) + +
+           
+  +

+ + + + + + + + +
+Method Detail
+ +

+processResult

+
+void processResult(int rc,
+                   String path,
+                   Object ctx,
+                   List<ACL> acl,
+                   Stat stat)
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011 The Apache Software Foundation + + Added: websites/staging/zookeeper/trunk/content/doc/r3.4.0/api/org/apache/zookeeper/AsyncCallback.Children2Callback.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.0/api/org/apache/zookeeper/AsyncCallback.Children2Callback.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.0/api/org/apache/zookeeper/AsyncCallback.Children2Callback.html Wed Nov 23 08:46:18 2011 @@ -0,0 +1,242 @@ + + + + + + +AsyncCallback.Children2Callback (ZooKeeper 3.4.0 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.zookeeper +
+Interface AsyncCallback.Children2Callback

+
+
All Superinterfaces:
AsyncCallback
+
+
+
Enclosing interface:
AsyncCallback
+
+
+
+
public static interface AsyncCallback.Children2Callback
extends AsyncCallback
+ + +

+


+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface org.apache.zookeeper.AsyncCallback
AsyncCallback.ACLCallback, AsyncCallback.Children2Callback, AsyncCallback.ChildrenCallback, AsyncCallback.DataCallback, AsyncCallback.StatCallback, AsyncCallback.StringCallback, AsyncCallback.VoidCallback
+  + + + + + + + + + + + + +
+Method Summary
+ voidprocessResult(int rc, + String path, + Object ctx, + List<String> children, + Stat stat) + +
+           
+  +

+ + + + + + + + +
+Method Detail
+ +

+processResult

+
+void processResult(int rc,
+                   String path,
+                   Object ctx,
+                   List<String> children,
+                   Stat stat)
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011 The Apache Software Foundation + + Added: websites/staging/zookeeper/trunk/content/doc/r3.4.0/api/org/apache/zookeeper/AsyncCallback.ChildrenCallback.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.0/api/org/apache/zookeeper/AsyncCallback.ChildrenCallback.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.0/api/org/apache/zookeeper/AsyncCallback.ChildrenCallback.html Wed Nov 23 08:46:18 2011 @@ -0,0 +1,240 @@ + + + + + + +AsyncCallback.ChildrenCallback (ZooKeeper 3.4.0 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.zookeeper +
+Interface AsyncCallback.ChildrenCallback

+
+
All Superinterfaces:
AsyncCallback
+
+
+
Enclosing interface:
AsyncCallback
+
+
+
+
public static interface AsyncCallback.ChildrenCallback
extends AsyncCallback
+ + +

+


+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface org.apache.zookeeper.AsyncCallback
AsyncCallback.ACLCallback, AsyncCallback.Children2Callback, AsyncCallback.ChildrenCallback, AsyncCallback.DataCallback, AsyncCallback.StatCallback, AsyncCallback.StringCallback, AsyncCallback.VoidCallback
+  + + + + + + + + + + + + +
+Method Summary
+ voidprocessResult(int rc, + String path, + Object ctx, + List<String> children) + +
+           
+  +

+ + + + + + + + +
+Method Detail
+ +

+processResult

+
+void processResult(int rc,
+                   String path,
+                   Object ctx,
+                   List<String> children)
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011 The Apache Software Foundation + + Added: websites/staging/zookeeper/trunk/content/doc/r3.4.0/api/org/apache/zookeeper/AsyncCallback.DataCallback.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.0/api/org/apache/zookeeper/AsyncCallback.DataCallback.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.0/api/org/apache/zookeeper/AsyncCallback.DataCallback.html Wed Nov 23 08:46:18 2011 @@ -0,0 +1,242 @@ + + + + + + +AsyncCallback.DataCallback (ZooKeeper 3.4.0 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.zookeeper +
+Interface AsyncCallback.DataCallback

+
+
All Superinterfaces:
AsyncCallback
+
+
+
Enclosing interface:
AsyncCallback
+
+
+
+
public static interface AsyncCallback.DataCallback
extends AsyncCallback
+ + +

+


+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface org.apache.zookeeper.AsyncCallback
AsyncCallback.ACLCallback, AsyncCallback.Children2Callback, AsyncCallback.ChildrenCallback, AsyncCallback.DataCallback, AsyncCallback.StatCallback, AsyncCallback.StringCallback, AsyncCallback.VoidCallback
+  + + + + + + + + + + + + +
+Method Summary
+ voidprocessResult(int rc, + String path, + Object ctx, + byte[] data, + Stat stat) + +
+           
+  +

+ + + + + + + + +
+Method Detail
+ +

+processResult

+
+void processResult(int rc,
+                   String path,
+                   Object ctx,
+                   byte[] data,
+                   Stat stat)
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011 The Apache Software Foundation + + Added: websites/staging/zookeeper/trunk/content/doc/r3.4.0/api/org/apache/zookeeper/AsyncCallback.StatCallback.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.0/api/org/apache/zookeeper/AsyncCallback.StatCallback.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.0/api/org/apache/zookeeper/AsyncCallback.StatCallback.html Wed Nov 23 08:46:18 2011 @@ -0,0 +1,240 @@ + + + + + + +AsyncCallback.StatCallback (ZooKeeper 3.4.0 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.zookeeper +
+Interface AsyncCallback.StatCallback

+
+
All Superinterfaces:
AsyncCallback
+
+
+
Enclosing interface:
AsyncCallback
+
+
+
+
public static interface AsyncCallback.StatCallback
extends AsyncCallback
+ + +

+


+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface org.apache.zookeeper.AsyncCallback
AsyncCallback.ACLCallback, AsyncCallback.Children2Callback, AsyncCallback.ChildrenCallback, AsyncCallback.DataCallback, AsyncCallback.StatCallback, AsyncCallback.StringCallback, AsyncCallback.VoidCallback
+  + + + + + + + + + + + + +
+Method Summary
+ voidprocessResult(int rc, + String path, + Object ctx, + Stat stat) + +
+           
+  +

+ + + + + + + + +
+Method Detail
+ +

+processResult

+
+void processResult(int rc,
+                   String path,
+                   Object ctx,
+                   Stat stat)
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011 The Apache Software Foundation + + Added: websites/staging/zookeeper/trunk/content/doc/r3.4.0/api/org/apache/zookeeper/AsyncCallback.StringCallback.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.4.0/api/org/apache/zookeeper/AsyncCallback.StringCallback.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.4.0/api/org/apache/zookeeper/AsyncCallback.StringCallback.html Wed Nov 23 08:46:18 2011 @@ -0,0 +1,240 @@ + + + + + + +AsyncCallback.StringCallback (ZooKeeper 3.4.0 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.zookeeper +
+Interface AsyncCallback.StringCallback

+
+
All Superinterfaces:
AsyncCallback
+
+
+
Enclosing interface:
AsyncCallback
+
+
+
+
public static interface AsyncCallback.StringCallback
extends AsyncCallback
+ + +

+


+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface org.apache.zookeeper.AsyncCallback
AsyncCallback.ACLCallback, AsyncCallback.Children2Callback, AsyncCallback.ChildrenCallback, AsyncCallback.DataCallback, AsyncCallback.StatCallback, AsyncCallback.StringCallback, AsyncCallback.VoidCallback
+  + + + + + + + + + + + + +
+Method Summary
+ voidprocessResult(int rc, + String path, + Object ctx, + String name) + +
+           
+  +

+ + + + + + + + +
+Method Detail
+ +

+processResult

+
+void processResult(int rc,
+                   String path,
+                   Object ctx,
+                   String name)
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011 The Apache Software Foundation + +