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 73B1F9AD8 for ; Mon, 28 Nov 2011 19:17:24 +0000 (UTC) Received: (qmail 72613 invoked by uid 500); 28 Nov 2011 19:17:24 -0000 Delivered-To: apmail-zookeeper-commits-archive@zookeeper.apache.org Received: (qmail 72557 invoked by uid 500); 28 Nov 2011 19:17:24 -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 72540 invoked by uid 99); 28 Nov 2011 19:17:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Nov 2011 19:17:24 +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; Mon, 28 Nov 2011 19:16:58 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 0F9102388BF1 for ; Mon, 28 Nov 2011 19:16:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1207520 [13/38] - in /zookeeper/site/trunk: content/ content/doc/r3.3.4/ content/doc/r3.3.4/api/ content/doc/r3.3.4/api/org/ content/doc/r3.3.4/api/org/apache/ content/doc/r3.3.4/api/org/apache/zookeeper/ content/doc/r3.3.4/api/org/apache/... Date: Mon, 28 Nov 2011 19:15:49 -0000 To: commits@zookeeper.apache.org From: phunt@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111128191610.0F9102388BF1@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: zookeeper/site/trunk/content/doc/r3.3.4/api/org/apache/zookeeper/ZooDefs.Ids.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.3.4/api/org/apache/zookeeper/ZooDefs.Ids.html?rev=1207520&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.3.4/api/org/apache/zookeeper/ZooDefs.Ids.html (added) +++ zookeeper/site/trunk/content/doc/r3.3.4/api/org/apache/zookeeper/ZooDefs.Ids.html Mon Nov 28 19:14:49 2011 @@ -0,0 +1,290 @@ + + + + + + +ZooDefs.Ids (ZooKeeper 3.3.4 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.zookeeper +
+Interface ZooDefs.Ids

+
+
Enclosing class:
ZooDefs
+
+
+
+
public static interface ZooDefs.Ids
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static IdANYONE_ID_UNSAFE + +
+          This Id represents anyone.
+static IdAUTH_IDS + +
+          This Id is only usable to set ACLs.
+static ArrayList<ACL>CREATOR_ALL_ACL + +
+          This ACL gives the creators authentication id's all permissions.
+static ArrayList<ACL>OPEN_ACL_UNSAFE + +
+          This is a completely open ACL .
+static ArrayList<ACL>READ_ACL_UNSAFE + +
+          This ACL gives the world the ability to read.
+  +

+ + + + + + + + +
+Field Detail
+ +

+ANYONE_ID_UNSAFE

+
+static final Id ANYONE_ID_UNSAFE
+
+
This Id represents anyone. +

+

+
+
+
+ +

+AUTH_IDS

+
+static final Id AUTH_IDS
+
+
This Id is only usable to set ACLs. It will get substituted with the + Id's the client authenticated with. +

+

+
+
+
+ +

+OPEN_ACL_UNSAFE

+
+static final ArrayList<ACL> OPEN_ACL_UNSAFE
+
+
This is a completely open ACL . +

+

+
+
+
+ +

+CREATOR_ALL_ACL

+
+static final ArrayList<ACL> CREATOR_ALL_ACL
+
+
This ACL gives the creators authentication id's all permissions. +

+

+
+
+
+ +

+READ_ACL_UNSAFE

+
+static final ArrayList<ACL> READ_ACL_UNSAFE
+
+
This ACL gives the world the ability to read. +

+

+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011 The Apache Software Foundation + + Added: zookeeper/site/trunk/content/doc/r3.3.4/api/org/apache/zookeeper/ZooDefs.OpCode.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.3.4/api/org/apache/zookeeper/ZooDefs.OpCode.html?rev=1207520&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.3.4/api/org/apache/zookeeper/ZooDefs.OpCode.html (added) +++ zookeeper/site/trunk/content/doc/r3.3.4/api/org/apache/zookeeper/ZooDefs.OpCode.html Mon Nov 28 19:14:49 2011 @@ -0,0 +1,495 @@ + + + + + + +ZooDefs.OpCode (ZooKeeper 3.3.4 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.zookeeper +
+Interface ZooDefs.OpCode

+
+
Enclosing class:
ZooDefs
+
+
+
+
public static interface ZooDefs.OpCode
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static intauth + +
+           
+static intcloseSession + +
+           
+static intcreate + +
+           
+static intcreateSession + +
+           
+static intdelete + +
+           
+static interror + +
+           
+static intexists + +
+           
+static intgetACL + +
+           
+static intgetChildren + +
+           
+static intgetChildren2 + +
+           
+static intgetData + +
+           
+static intnotification + +
+           
+static intping + +
+           
+static intsetACL + +
+           
+static intsetData + +
+           
+static intsetWatches + +
+           
+static intsync + +
+           
+  +

+ + + + + + + + +
+Field Detail
+ +

+notification

+
+static final int notification
+
+
+
See Also:
Constant Field Values
+
+
+ +

+create

+
+static final int create
+
+
+
See Also:
Constant Field Values
+
+
+ +

+delete

+
+static final int delete
+
+
+
See Also:
Constant Field Values
+
+
+ +

+exists

+
+static final int exists
+
+
+
See Also:
Constant Field Values
+
+
+ +

+getData

+
+static final int getData
+
+
+
See Also:
Constant Field Values
+
+
+ +

+setData

+
+static final int setData
+
+
+
See Also:
Constant Field Values
+
+
+ +

+getACL

+
+static final int getACL
+
+
+
See Also:
Constant Field Values
+
+
+ +

+setACL

+
+static final int setACL
+
+
+
See Also:
Constant Field Values
+
+
+ +

+getChildren

+
+static final int getChildren
+
+
+
See Also:
Constant Field Values
+
+
+ +

+sync

+
+static final int sync
+
+
+
See Also:
Constant Field Values
+
+
+ +

+ping

+
+static final int ping
+
+
+
See Also:
Constant Field Values
+
+
+ +

+getChildren2

+
+static final int getChildren2
+
+
+
See Also:
Constant Field Values
+
+
+ +

+auth

+
+static final int auth
+
+
+
See Also:
Constant Field Values
+
+
+ +

+setWatches

+
+static final int setWatches
+
+
+
See Also:
Constant Field Values
+
+
+ +

+createSession

+
+static final int createSession
+
+
+
See Also:
Constant Field Values
+
+
+ +

+closeSession

+
+static final int closeSession
+
+
+
See Also:
Constant Field Values
+
+
+ +

+error

+
+static final int error
+
+
+
See Also:
Constant Field Values
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011 The Apache Software Foundation + + Added: zookeeper/site/trunk/content/doc/r3.3.4/api/org/apache/zookeeper/ZooDefs.Perms.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.3.4/api/org/apache/zookeeper/ZooDefs.Perms.html?rev=1207520&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.3.4/api/org/apache/zookeeper/ZooDefs.Perms.html (added) +++ zookeeper/site/trunk/content/doc/r3.3.4/api/org/apache/zookeeper/ZooDefs.Perms.html Mon Nov 28 19:14:49 2011 @@ -0,0 +1,297 @@ + + + + + + +ZooDefs.Perms (ZooKeeper 3.3.4 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.zookeeper +
+Interface ZooDefs.Perms

+
+
Enclosing class:
ZooDefs
+
+
+
+
public static interface ZooDefs.Perms
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static intADMIN + +
+           
+static intALL + +
+           
+static intCREATE + +
+           
+static intDELETE + +
+           
+static intREAD + +
+           
+static intWRITE + +
+           
+  +

+ + + + + + + + +
+Field Detail
+ +

+READ

+
+static final int READ
+
+
+
See Also:
Constant Field Values
+
+
+ +

+WRITE

+
+static final int WRITE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+CREATE

+
+static final int CREATE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+DELETE

+
+static final int DELETE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+ADMIN

+
+static final int ADMIN
+
+
+
See Also:
Constant Field Values
+
+
+ +

+ALL

+
+static final int ALL
+
+
+
See Also:
Constant Field Values
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011 The Apache Software Foundation + + Added: zookeeper/site/trunk/content/doc/r3.3.4/api/org/apache/zookeeper/ZooDefs.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.3.4/api/org/apache/zookeeper/ZooDefs.html?rev=1207520&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.3.4/api/org/apache/zookeeper/ZooDefs.html (added) +++ zookeeper/site/trunk/content/doc/r3.3.4/api/org/apache/zookeeper/ZooDefs.html Mon Nov 28 19:14:49 2011 @@ -0,0 +1,293 @@ + + + + + + +ZooDefs (ZooKeeper 3.3.4 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.zookeeper +
+Class ZooDefs

+
+java.lang.Object
+  extended by org.apache.zookeeper.ZooDefs
+
+
+
+
public class ZooDefs
extends Object
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + +
+Nested Class Summary
+static interfaceZooDefs.Ids + +
+           
+static interfaceZooDefs.OpCode + +
+           
+static interfaceZooDefs.Perms + +
+           
+ + + + + + + + + + +
+Field Summary
+static String[]opNames + +
+           
+  + + + + + + + + + + +
+Constructor Summary
ZooDefs() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+opNames

+
+public static final String[] opNames
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+ZooDefs

+
+public ZooDefs()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011 The Apache Software Foundation + + Added: zookeeper/site/trunk/content/doc/r3.3.4/api/org/apache/zookeeper/ZooKeeper.States.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.3.4/api/org/apache/zookeeper/ZooKeeper.States.html?rev=1207520&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.3.4/api/org/apache/zookeeper/ZooKeeper.States.html (added) +++ zookeeper/site/trunk/content/doc/r3.3.4/api/org/apache/zookeeper/ZooKeeper.States.html Mon Nov 28 19:14:49 2011 @@ -0,0 +1,392 @@ + + + + + + +ZooKeeper.States (ZooKeeper 3.3.4 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.zookeeper +
+Enum ZooKeeper.States

+
+java.lang.Object
+  extended by java.lang.Enum<ZooKeeper.States>
+      extended by org.apache.zookeeper.ZooKeeper.States
+
+
+
All Implemented Interfaces:
Serializable, Comparable<ZooKeeper.States>
+
+
+
Enclosing class:
ZooKeeper
+
+
+
+
public static enum ZooKeeper.States
extends Enum<ZooKeeper.States>
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + +
+Enum Constant Summary
ASSOCIATING + +
+           
AUTH_FAILED + +
+           
CLOSED + +
+           
CONNECTED + +
+           
CONNECTING + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanisAlive() + +
+           
+static ZooKeeper.StatesvalueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static ZooKeeper.States[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+CONNECTING

+
+public static final ZooKeeper.States CONNECTING
+
+
+
+
+
+ +

+ASSOCIATING

+
+public static final ZooKeeper.States ASSOCIATING
+
+
+
+
+
+ +

+CONNECTED

+
+public static final ZooKeeper.States CONNECTED
+
+
+
+
+
+ +

+CLOSED

+
+public static final ZooKeeper.States CLOSED
+
+
+
+
+
+ +

+AUTH_FAILED

+
+public static final ZooKeeper.States AUTH_FAILED
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static ZooKeeper.States[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (ZooKeeper.States c : ZooKeeper.States.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static ZooKeeper.States valueOf(String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
IllegalArgumentException - if this enum type has no constant +with the specified name +
NullPointerException - if the argument is null
+
+
+
+ +

+isAlive

+
+public boolean isAlive()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2011 The Apache Software Foundation + +