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 75DE89FBA for ; Tue, 14 Feb 2012 04:04:03 +0000 (UTC) Received: (qmail 46928 invoked by uid 500); 14 Feb 2012 04:04:03 -0000 Delivered-To: apmail-zookeeper-commits-archive@zookeeper.apache.org Received: (qmail 46744 invoked by uid 500); 14 Feb 2012 04:04:00 -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 44369 invoked by uid 99); 14 Feb 2012 04:03:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Feb 2012 04:03:05 +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; Tue, 14 Feb 2012 04:02:59 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2D9432388C2C for ; Tue, 14 Feb 2012 04:01:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1243778 [17/43] - in /zookeeper/site/trunk: content/ content/doc/r3.4.3/ content/doc/r3.4.3/api/ content/doc/r3.4.3/api/org/ content/doc/r3.4.3/api/org/apache/ content/doc/r3.4.3/api/org/apache/zookeeper/ content/doc/r3.4.3/api/org/apache/... Date: Tue, 14 Feb 2012 04:01:38 -0000 To: commits@zookeeper.apache.org From: mahadev@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120214040152.2D9432388C2C@eris.apache.org> Added: zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/AsyncCallback.VoidCallback.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/AsyncCallback.VoidCallback.html?rev=1243778&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/AsyncCallback.VoidCallback.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/AsyncCallback.VoidCallback.html Tue Feb 14 04:01:25 2012 @@ -0,0 +1,193 @@ + + + + + + +Uses of Interface org.apache.zookeeper.AsyncCallback.VoidCallback (ZooKeeper 3.4.3 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.zookeeper.AsyncCallback.VoidCallback

+
+ + + + + + + + + +
+Packages that use AsyncCallback.VoidCallback
org.apache.zookeeper  
+  +

+ + + + + +
+Uses of AsyncCallback.VoidCallback in org.apache.zookeeper
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.zookeeper with parameters of type AsyncCallback.VoidCallback
+ voidZooKeeper.delete(String path, + int version, + AsyncCallback.VoidCallback cb, + Object ctx) + +
+          The asynchronous version of delete.
+ voidZooKeeper.sync(String path, + AsyncCallback.VoidCallback cb, + Object ctx) + +
+          Asynchronous sync.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 The Apache Software Foundation + + Added: zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/AsyncCallback.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/AsyncCallback.html?rev=1243778&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/AsyncCallback.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/AsyncCallback.html Tue Feb 14 04:01:25 2012 @@ -0,0 +1,228 @@ + + + + + + +Uses of Interface org.apache.zookeeper.AsyncCallback (ZooKeeper 3.4.3 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.zookeeper.AsyncCallback

+
+ + + + + + + + + +
+Packages that use AsyncCallback
org.apache.zookeeper  
+  +

+ + + + + +
+Uses of AsyncCallback in org.apache.zookeeper
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subinterfaces of AsyncCallback in org.apache.zookeeper
+static interfaceAsyncCallback.ACLCallback + +
+           
+static interfaceAsyncCallback.Children2Callback + +
+           
+static interfaceAsyncCallback.ChildrenCallback + +
+           
+static interfaceAsyncCallback.DataCallback + +
+           
+static interfaceAsyncCallback.StatCallback + +
+           
+static interfaceAsyncCallback.StringCallback + +
+           
+static interfaceAsyncCallback.VoidCallback + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 The Apache Software Foundation + + Added: zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/CreateMode.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/CreateMode.html?rev=1243778&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/CreateMode.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/CreateMode.html Tue Feb 14 04:01:25 2012 @@ -0,0 +1,229 @@ + + + + + + +Uses of Class org.apache.zookeeper.CreateMode (ZooKeeper 3.4.3 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.zookeeper.CreateMode

+
+ + + + + + + + + +
+Packages that use CreateMode
org.apache.zookeeper  
+  +

+ + + + + +
+Uses of CreateMode in org.apache.zookeeper
+  +

+ + + + + + + + + + + + + + + + + +
Methods in org.apache.zookeeper that return CreateMode
+static CreateModeCreateMode.fromFlag(int flag) + +
+          Map an integer value to a CreateMode value
+static CreateModeCreateMode.valueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static CreateMode[]CreateMode.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.zookeeper with parameters of type CreateMode
+ StringZooKeeper.create(String path, + byte[] data, + List<ACL> acl, + CreateMode createMode) + +
+          Create a node with the given path.
+ voidZooKeeper.create(String path, + byte[] data, + List<ACL> acl, + CreateMode createMode, + AsyncCallback.StringCallback cb, + Object ctx) + +
+          The asynchronous version of create.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 The Apache Software Foundation + + Added: zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/KeeperException.APIErrorException.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/KeeperException.APIErrorException.html?rev=1243778&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/KeeperException.APIErrorException.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/KeeperException.APIErrorException.html Tue Feb 14 04:01:25 2012 @@ -0,0 +1,144 @@ + + + + + + +Uses of Class org.apache.zookeeper.KeeperException.APIErrorException (ZooKeeper 3.4.3 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.zookeeper.KeeperException.APIErrorException

+
+No usage of org.apache.zookeeper.KeeperException.APIErrorException +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 The Apache Software Foundation + + Added: zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/KeeperException.AuthFailedException.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/KeeperException.AuthFailedException.html?rev=1243778&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/KeeperException.AuthFailedException.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/KeeperException.AuthFailedException.html Tue Feb 14 04:01:25 2012 @@ -0,0 +1,144 @@ + + + + + + +Uses of Class org.apache.zookeeper.KeeperException.AuthFailedException (ZooKeeper 3.4.3 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.zookeeper.KeeperException.AuthFailedException

+
+No usage of org.apache.zookeeper.KeeperException.AuthFailedException +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 The Apache Software Foundation + + Added: zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/KeeperException.BadArgumentsException.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/KeeperException.BadArgumentsException.html?rev=1243778&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/KeeperException.BadArgumentsException.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/KeeperException.BadArgumentsException.html Tue Feb 14 04:01:25 2012 @@ -0,0 +1,144 @@ + + + + + + +Uses of Class org.apache.zookeeper.KeeperException.BadArgumentsException (ZooKeeper 3.4.3 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.zookeeper.KeeperException.BadArgumentsException

+
+No usage of org.apache.zookeeper.KeeperException.BadArgumentsException +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 The Apache Software Foundation + + Added: zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/KeeperException.BadVersionException.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/KeeperException.BadVersionException.html?rev=1243778&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/KeeperException.BadVersionException.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/KeeperException.BadVersionException.html Tue Feb 14 04:01:25 2012 @@ -0,0 +1,144 @@ + + + + + + +Uses of Class org.apache.zookeeper.KeeperException.BadVersionException (ZooKeeper 3.4.3 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.zookeeper.KeeperException.BadVersionException

+
+No usage of org.apache.zookeeper.KeeperException.BadVersionException +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 The Apache Software Foundation + + Added: zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/KeeperException.Code.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/KeeperException.Code.html?rev=1243778&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/KeeperException.Code.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/KeeperException.Code.html Tue Feb 14 04:01:25 2012 @@ -0,0 +1,248 @@ + + + + + + +Uses of Class org.apache.zookeeper.KeeperException.Code (ZooKeeper 3.4.3 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.zookeeper.KeeperException.Code

+
+ + + + + + + + + +
+Packages that use KeeperException.Code
org.apache.zookeeper  
+  +

+ + + + + +
+Uses of KeeperException.Code in org.apache.zookeeper
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in org.apache.zookeeper that return KeeperException.Code
+ KeeperException.CodeKeeperException.code() + +
+          Read the error Code for this exception
+static KeeperException.CodeKeeperException.Code.get(int code) + +
+          Get the Code value for a particular integer error code
+static KeeperException.CodeKeeperException.Code.valueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static KeeperException.Code[]KeeperException.Code.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+ + + + + + + + + + + + + +
Methods in org.apache.zookeeper with parameters of type KeeperException.Code
+static KeeperExceptionKeeperException.create(KeeperException.Code code) + +
+          All non-specific keeper exceptions should be constructed via + this factory method in order to guarantee consistency in error + codes and such.
+static KeeperExceptionKeeperException.create(KeeperException.Code code, + String path) + +
+          All non-specific keeper exceptions should be constructed via + this factory method in order to guarantee consistency in error + codes and such.
+  +

+ + + + + + + + +
Constructors in org.apache.zookeeper with parameters of type KeeperException.Code
KeeperException(KeeperException.Code code) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 The Apache Software Foundation + + Added: zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/KeeperException.CodeDeprecated.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/KeeperException.CodeDeprecated.html?rev=1243778&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/KeeperException.CodeDeprecated.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.3/api/org/apache/zookeeper/class-use/KeeperException.CodeDeprecated.html Tue Feb 14 04:01:25 2012 @@ -0,0 +1,181 @@ + + + + + + +Uses of Interface org.apache.zookeeper.KeeperException.CodeDeprecated (ZooKeeper 3.4.3 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.apache.zookeeper.KeeperException.CodeDeprecated

+
+ + + + + + + + + +
+Packages that use KeeperException.CodeDeprecated
org.apache.zookeeper  
+  +

+ + + + + +
+Uses of KeeperException.CodeDeprecated in org.apache.zookeeper
+  +

+ + + + + + + + + +
Classes in org.apache.zookeeper that implement KeeperException.CodeDeprecated
+static classKeeperException.Code + +
+          Codes which represent the various KeeperException + types.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 The Apache Software Foundation + +