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 56B77919A for ; Thu, 2 Aug 2012 18:09:18 +0000 (UTC) Received: (qmail 10356 invoked by uid 500); 2 Aug 2012 18:09:18 -0000 Delivered-To: apmail-zookeeper-commits-archive@zookeeper.apache.org Received: (qmail 10332 invoked by uid 500); 2 Aug 2012 18:09:18 -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 10322 invoked by uid 99); 2 Aug 2012 18:09:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Aug 2012 18:09:18 +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; Thu, 02 Aug 2012 18:09:13 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9854A238890D for ; Thu, 2 Aug 2012 18:08:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1368629 [4/39] - in /zookeeper/site/trunk: content/ content/doc/r3.3.6/ content/doc/r3.3.6/api/ content/doc/r3.3.6/api/org/ content/doc/r3.3.6/api/org/apache/ content/doc/r3.3.6/api/org/apache/zookeeper/ content/doc/r3.3.6/api/org/apache/z... Date: Thu, 02 Aug 2012 18:08:18 -0000 To: commits@zookeeper.apache.org From: phunt@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120802180830.9854A238890D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: zookeeper/site/trunk/content/doc/r3.3.6/api/index.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.3.6/api/index.html?rev=1368629&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.3.6/api/index.html (added) +++ zookeeper/site/trunk/content/doc/r3.3.6/api/index.html Thu Aug 2 18:08:08 2012 @@ -0,0 +1,39 @@ + + + + + + +ZooKeeper 3.3.6 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: zookeeper/site/trunk/content/doc/r3.3.6/api/org/apache/zookeeper/AsyncCallback.ACLCallback.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.3.6/api/org/apache/zookeeper/AsyncCallback.ACLCallback.html?rev=1368629&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.3.6/api/org/apache/zookeeper/AsyncCallback.ACLCallback.html (added) +++ zookeeper/site/trunk/content/doc/r3.3.6/api/org/apache/zookeeper/AsyncCallback.ACLCallback.html Thu Aug 2 18:08:08 2012 @@ -0,0 +1,242 @@ + + + + + + +AsyncCallback.ACLCallback (ZooKeeper 3.3.6 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 © 2012 The Apache Software Foundation + + Added: zookeeper/site/trunk/content/doc/r3.3.6/api/org/apache/zookeeper/AsyncCallback.Children2Callback.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.3.6/api/org/apache/zookeeper/AsyncCallback.Children2Callback.html?rev=1368629&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.3.6/api/org/apache/zookeeper/AsyncCallback.Children2Callback.html (added) +++ zookeeper/site/trunk/content/doc/r3.3.6/api/org/apache/zookeeper/AsyncCallback.Children2Callback.html Thu Aug 2 18:08:08 2012 @@ -0,0 +1,242 @@ + + + + + + +AsyncCallback.Children2Callback (ZooKeeper 3.3.6 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 © 2012 The Apache Software Foundation + + Added: zookeeper/site/trunk/content/doc/r3.3.6/api/org/apache/zookeeper/AsyncCallback.ChildrenCallback.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.3.6/api/org/apache/zookeeper/AsyncCallback.ChildrenCallback.html?rev=1368629&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.3.6/api/org/apache/zookeeper/AsyncCallback.ChildrenCallback.html (added) +++ zookeeper/site/trunk/content/doc/r3.3.6/api/org/apache/zookeeper/AsyncCallback.ChildrenCallback.html Thu Aug 2 18:08:08 2012 @@ -0,0 +1,240 @@ + + + + + + +AsyncCallback.ChildrenCallback (ZooKeeper 3.3.6 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 © 2012 The Apache Software Foundation + + Added: zookeeper/site/trunk/content/doc/r3.3.6/api/org/apache/zookeeper/AsyncCallback.DataCallback.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.3.6/api/org/apache/zookeeper/AsyncCallback.DataCallback.html?rev=1368629&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.3.6/api/org/apache/zookeeper/AsyncCallback.DataCallback.html (added) +++ zookeeper/site/trunk/content/doc/r3.3.6/api/org/apache/zookeeper/AsyncCallback.DataCallback.html Thu Aug 2 18:08:08 2012 @@ -0,0 +1,242 @@ + + + + + + +AsyncCallback.DataCallback (ZooKeeper 3.3.6 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 © 2012 The Apache Software Foundation + + Added: zookeeper/site/trunk/content/doc/r3.3.6/api/org/apache/zookeeper/AsyncCallback.StatCallback.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.3.6/api/org/apache/zookeeper/AsyncCallback.StatCallback.html?rev=1368629&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.3.6/api/org/apache/zookeeper/AsyncCallback.StatCallback.html (added) +++ zookeeper/site/trunk/content/doc/r3.3.6/api/org/apache/zookeeper/AsyncCallback.StatCallback.html Thu Aug 2 18:08:08 2012 @@ -0,0 +1,240 @@ + + + + + + +AsyncCallback.StatCallback (ZooKeeper 3.3.6 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 © 2012 The Apache Software Foundation + + Added: zookeeper/site/trunk/content/doc/r3.3.6/api/org/apache/zookeeper/AsyncCallback.StringCallback.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.3.6/api/org/apache/zookeeper/AsyncCallback.StringCallback.html?rev=1368629&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.3.6/api/org/apache/zookeeper/AsyncCallback.StringCallback.html (added) +++ zookeeper/site/trunk/content/doc/r3.3.6/api/org/apache/zookeeper/AsyncCallback.StringCallback.html Thu Aug 2 18:08:08 2012 @@ -0,0 +1,240 @@ + + + + + + +AsyncCallback.StringCallback (ZooKeeper 3.3.6 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 © 2012 The Apache Software Foundation + +