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 A474A72C0 for ; Thu, 29 Dec 2011 23:35:06 +0000 (UTC) Received: (qmail 32659 invoked by uid 500); 29 Dec 2011 23:35:06 -0000 Delivered-To: apmail-zookeeper-commits-archive@zookeeper.apache.org Received: (qmail 32623 invoked by uid 500); 29 Dec 2011 23:35:06 -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 32615 invoked by uid 99); 29 Dec 2011 23:35:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Dec 2011 23:35:06 +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, 29 Dec 2011 23:34:51 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id DECB52388980 for ; Thu, 29 Dec 2011 23:34:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1225691 [3/42] - in /zookeeper/site/trunk: content/ content/doc/r3.4.2/ content/doc/r3.4.2/api/ content/doc/r3.4.2/api/org/ content/doc/r3.4.2/api/org/apache/ content/doc/r3.4.2/api/org/apache/zookeeper/ content/doc/r3.4.2/api/org/apache/z... Date: Thu, 29 Dec 2011 23:34:15 -0000 To: commits@zookeeper.apache.org From: mahadev@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111229233427.DECB52388980@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: zookeeper/site/trunk/content/doc/r3.4.2/api/index-all.html URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/doc/r3.4.2/api/index-all.html?rev=1225691&view=auto ============================================================================== --- zookeeper/site/trunk/content/doc/r3.4.2/api/index-all.html (added) +++ zookeeper/site/trunk/content/doc/r3.4.2/api/index-all.html Thu Dec 29 23:34:04 2011 @@ -0,0 +1,1261 @@ + + + + + + +Index (ZooKeeper 3.4.2 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I K L M N O P Q R S T U V W Z
+

+A

+
+
ACL - Class in org.apache.zookeeper.data
 
ACL() - +Constructor for class org.apache.zookeeper.data.ACL +
  +
ACL(int, Id) - +Constructor for class org.apache.zookeeper.data.ACL +
  +
addAuthInfo(String, byte[]) - +Method in class org.apache.zookeeper.ZooKeeper +
Add the specified scheme:auth information to this connection. +
ADMIN - +Static variable in interface org.apache.zookeeper.ZooDefs.Perms +
  +
ALL - +Static variable in interface org.apache.zookeeper.ZooDefs.Perms +
  +
ANYONE_ID_UNSAFE - +Static variable in interface org.apache.zookeeper.ZooDefs.Ids +
This Id represents anyone. +
APIError - +Static variable in interface org.apache.zookeeper.KeeperException.CodeDeprecated +
Deprecated. deprecated in 3.1.0, use KeeperException.Code.APIERROR instead +
AsyncCallback - Interface in org.apache.zookeeper
 
AsyncCallback.ACLCallback - Interface in org.apache.zookeeper
 
AsyncCallback.Children2Callback - Interface in org.apache.zookeeper
 
AsyncCallback.ChildrenCallback - Interface in org.apache.zookeeper< DD> 
AsyncCallback.DataCallback - Interface in org.apache.zookeeper
 
AsyncCallback.StatCallback - Interface in org.apache.zookeeper
 
AsyncCallback.StringCallback - Interface in org.apache.zookeeper
 
AsyncCallback.VoidCallback - Interface in or g.apache.zookeeper
 
auth - +Static variable in interface org.apache.zookeeper.ZooDefs.OpCode +
  +
AUTH_IDS - +Static variable in interface org.apache.zookeeper.ZooDefs.Ids +
This Id is only usable to set ACLs. +
AuthFailed - +Static variable in interface org.apache.zookeeper.KeeperException.CodeDeprecated +
Deprecated. deprecated in 3.1.0, use KeeperException.Code.AUTHFAILED instead +
+
+

+B

+
+
BadArguments - +Static variable in interface org.apache.zookeeper.KeeperException.CodeDeprecated +
Deprecated. deprecated in 3.1.0, use KeeperException.Code.BADARGUMENTS + instead +
BadVersion - +Static variable in interface org.apache.zookeeper.KeeperException.CodeDeprecated +
Deprecated. deprecated in 3.1.0, use KeeperException.Code.BADVERSION instead +
+
+

+C

+
+
check - +Static variable in interface org.apache.zookeeper.ZooDefs.OpCode +
  +
close() - +Method in class org.apache.zookeeper.ZooKeeper +
Close this client object. +
closeSession - +Static variable in interface org.apache.zookeeper.ZooDefs.OpCode +
  +
code() - +Method in exception org.apache.zookeeper.KeeperException +
Read the error Code for this exception +
compareTo(Object) - +Method in class org.apache.zookeeper.data.ACL +
  +
compareTo(Object) - +Method in class org.apache.zookeeper.data.Id +
  +
compareTo(Object) - +Method in class org.apache.zookeeper.data.Stat +
  +
compareTo(Object) - +Method in class org.apache.zookeeper.data.StatPersisted +
  +
compareTo(Object) - +Method in class org.apache.zookeeper.data.StatPersistedV1 +
  +
ConnectionLoss - +Static variable in interface org.apache.zookeeper.KeeperException.CodeDeprecated +
Deprecated. deprecated in 3.1.0, use KeeperException.Code.CONNECTIONLOSS + instead +
create(KeeperException.Code, String) - +Static method in exception org.apache.zookeeper.KeeperException +
All non-specific keeper exceptions should be constructed via + this factory method in order to guarantee consistency in error + codes and such. +
create(int, String) - +Static method in exception org.apache.zookeeper.KeeperException +
Deprecated. deprecated in 3.1.0, use KeeperException.create(Code, String) + instead +
create(int) - +Static method in exception org.apache.zookeeper.KeeperException +
Deprecated. deprecated in 3.1.0, use KeeperException.create(Code) + instead +
create(KeeperException.Code) - +Static method in exception org.apache.zookeeper.KeeperException +
All non-specific keeper exceptions should be constructed via + this factory method in order to guarantee consistency in error + codes and such. +
create - +Static variable in interface org.apache.zookeeper.ZooDefs.OpCode +
  +
CREATE - +Static variable in interface org.apache.zookeeper.ZooDefs.Perms +
  +
create(String, byte[], List<ACL>, CreateMode) - +Method in class org.apache.zookeeper.ZooKeeper +
Create a node with the given path. +
create(String, byte[], List<ACL>, CreateMode, AsyncCallback.StringCallback, Object) - +Method in class org.apache.zookeeper.ZooKeeper +
The asynchronous version of create. +
CreateMode - Enum in org.apache.zookeeper
CreateMode value determines how the znode is created on ZooKeeper.
createQuota(ZooKeeper, String, long, int) - +Static method in class org.apache.zookeeper.ZooKeeperMain +
this method creates a quota node for the path +
createSession - +Static variable in interface org.apache.zookeeper.ZooDefs.OpCode +
  +
CREATOR_ALL_ACL - +Static variable in interface org.apache.zookeeper.ZooDefs.Ids +
This ACL gives the creators authentication id's all permissions. +
+
+

+D

+
+
DataInconsistency - +Static variable in interface org.apache.zookeeper.KeeperException.CodeDeprecated +
Deprecated. deprecated in 3.1.0, use KeeperException.Code.DATAINCONSISTENCY + instead +
delete - +Static variable in interface org.apache.zookeeper.ZooDefs.OpCode +
  +
DELETE - +Static variable in interface org.apache.zookeeper.ZooDefs.Perms +
  +
delete(String, int) - +Method in class org.apache.zookeeper.ZooKeeper +
Delete the node with the given path. +
delete(String, int, AsyncCallback.VoidCallback, Object) - +Method in class org.apache.zookeeper.ZooKeeper +
The asynchronous version of delete. +
delQuota(ZooKeeper, String, boolean, boolean) - +Static method in class org.apache.zookeeper.ZooKeeperMain +
this method deletes quota for a node. +
deserialize(InputArchive, String) - +Method in class org.apache.zookeeper.data.ACL +
  +
deserialize(InputArchive, String) - +Method in class org.apache.zookeeper.data.Id +
  +
deserialize(InputArchive, String) - +Method in class org.apache.zookeeper.data.Stat +
  +
deserialize(InputArchive, String) - +Method in class org.apache.zookeeper.data.StatPersisted +
  +
deserialize(InputArchive, String) - +Method in class org.apache.zookeeper.data.StatPersistedV1 +
  +
dump(String, int) - +Static method in class org.apache.zookeeper.ServerAdminClient +
  +
+
+

+E

+
+
equals(Object) - +Method in class org.apache.zookeeper.data.ACL +
  +
equals(Object) - +Method in class org.apache.zookeeper.data.Id +
  +
equals(Object) - +Method in class org.apache.zookeeper.data.Stat +
  +
equals(Object) - +Method in class org.apache.zookeeper.data.StatPersisted +
  +
equals(Object) - +Method in class org.apache.zookeeper.data.StatPersistedV1 +
  +
error - +Static variable in interface org.apache.zookeeper.ZooDefs.OpCode +
  +
executeLine(String) - +Method in class org.apache.zookeeper.ZooKeeperMain +
  +
exists - +Static variable in interface org.apache.zookeeper.ZooDefs.OpCode +
  +
exists(String, Watcher) - +Method in class org.apache.zookeeper.ZooKeeper +
Return the stat of the node of the given path. +
exists(String, boolean) - +Method in class org.apache.zookeeper.ZooKeeper +
Return the stat of the node of the given path. +
exists(String, Watcher, AsyncCallback.StatCallback, Object) - +Method in class org.apache.zookeeper.ZooKeeper +
The asynchronous version of exists. +
exists(String, boolean, AsyncCallback.StatCallback, Object) - +Method in class org.apache.zookeeper.ZooKeeper +
The asynchronous version of exists. +
+
+

+F

+
+
fromFlag(int) - +Static method in enum org.apache.zookeeper.CreateMode +
Map an integer value to a CreateMode value +
fromInt(int) - +Static method in enum org.apache.zookeeper.Watcher.Event.EventType +
  +
fromInt(int) - +Static method in enum org.apache.zookeeper.Watcher.Event.KeeperState +
  +
+
+

+G

+
+
get(int) - +Static method in enum org.apache.zookeeper.KeeperException.Code +
Get the Code value for a particular integer error code +
getACL - +Static variable in interface org.apache.zookeeper.ZooDefs.OpCode +
  +
getACL(String, Stat) - +Method in class org.apache.zookeeper.ZooKeeper +
Return the ACL and stat of the node of the given path. +
getACL(String, Stat, AsyncCallback.ACLCallback, Object) - +Method in class org.apache.zookeeper.ZooKeeper +
The asynchronous version of getACL. +
getAversion() - +Method in class org.apache.zookeeper.data.Stat +
  +
getAversion() - +Method in class org.apache.zookeeper.data.StatPersisted +
  +
getAversion() - +Method in class org.apache.zookeeper.data.StatPersistedV1 +
  +
getChildren - +Static variable in interface org.apache.zookeeper.ZooDefs.OpCode +
  +
getChildren(String, Watcher) - +Method in class org.apache.zookeeper.ZooKeeper +
Return the list of the children of the node of the given path. +
getChildren(String, boolean) - +Method in class org.apache.zookeeper.ZooKeeper +
Return the list of the children of the node of the given path. +
getChildren(String, Watcher, AsyncCallback.ChildrenCallback, Object) - +Method in class org.apache.zookeeper.ZooKeeper +
The asynchronous version of getChildren. +
getChildren(String, boolean, AsyncCallback.ChildrenCallback, Object) - +Method in class org.apache.zookeeper.ZooKeeper +
The asynchronous version of getChildren. +
getChildren(String, Watcher, Stat) - +Method in class org.apache.zookeeper.ZooKeeper +
For the given znode path return the stat and children list. +
getChildren(String, boolean, Stat) - +Method in class org.apache.zookeeper.ZooKeeper +
For the given znode path return the stat and children list. +
getChildren(String, Watcher, AsyncCallback.Children2Callback, Object) - +Method in class org.apache.zookeeper.ZooKeeper +
The asynchronous version of getChildren. +
getChildren(String, boolean, AsyncCallback.Children2Callback, Object) - +Method in class org.apache.zookeeper.ZooKeeper +
The asynchronous version of getChildren. +
getChildren2 - +Static variable in interface org.apache.zookeeper.ZooDefs.OpCode +
  +
getCode() - +Method in exception org.apache.zookeeper.KeeperException +
Deprecated. deprecated in 3.1.0, use KeeperException.code() instead +
getCommands() - +Static method in class org.apache.zookeeper.ZooKeeperMain +
  +
getCtime() - +Method in class org.apache.zookeeper.data.Stat +
  +
getCtime() - +Method in class org.apache.zookeeper.data.StatPersisted +
  +
getCtime() - +Method in class org.apache.zookeeper.data.StatPersistedV1 +
  +
getCversion() - +Method in class org.apache.zookeeper.data.Stat +
  +
getCversion() - +Method in class org.apache.zookeeper.data.StatPersisted +
  +
getCversion() - +Method in class org.apache.zookeeper.data.StatPersistedV1 +
  +
getCzxid() - +Method in class org.apache.zookeeper.data.Stat +
  +
getCzxid() - +Method in class org.apache.zookeeper.data.StatPersisted +
  +
getCzxid() - +Method in class org.apache.zookeeper.data.StatPersistedV1 +
  +
getData - +Static variable in interface org.apache.zookeeper.ZooDefs.OpCode +
  +
getData(String, Watcher, Stat) - +Method in class org.apache.zookeeper.ZooKeeper +
Return the data and the stat of the node of the given path. +
getData(String, boolean, Stat) - +Method in class org.apache.zookeeper.ZooKeeper +
Return the data and the stat of the node of the given path. +
getData(String, Watcher, AsyncCallback.DataCallback, Object) - +Method in class org.apache.zookeeper.ZooKeeper +
The asynchronous version of getData. +
getData(String, boolean, AsyncCallback.DataCallback, Object) - +Method in class org.apache.zookeeper.ZooKeeper +
The asynchronous version of getData. +
getDataLength() - +Method in class org.apache.zookeeper.data.Stat +
  +
getEphemeralOwner() - +Method in class org.apache.zookeeper.data.Stat +
  +
getEphemeralOwner() - +Method in class org.apache.zookeeper.data.StatPersisted +
  +
getEphemeralOwner() - +Method in class org.apache.zookeeper.data.StatPersistedV1 +
  +
getId() - +Method in class org.apache.zookeeper.data.ACL +
  +
getId() - +Method in class org.apache.zookeeper.data.Id +
  +
getIntValue() - +Method in enum org.apache.zookeeper.Watcher.Event.EventType +
  +
getIntValue() - +Method in enum org.apache.zookeeper.Watcher.Event.KeeperState +
  +
getMessage() - +Method in exception org.apache.zookeeper.KeeperException +
  +
getMtime() - +Method in class org.apache.zookeeper.data.Stat +
  +
getMtime() - +Method in class org.apache.zookeeper.data.StatPersisted +
  +
getMtime() - +Method in class org.apache.zookeeper.data.StatPersistedV1 +
  +
getMzxid() - +Method in class org.apache.zookeeper.data.Stat +
  +
getMzxid() - +Method in class org.apache.zookeeper.data.StatPersisted +
  +
getMzxid() - +Method in class org.apache.zookeeper.data.StatPersistedV1 +
  +
getNumChildren() - +Method in class org.apache.zookeeper.data.Stat +
  +
getPath() - +Method in exception org.apache.zookeeper.KeeperException +
Read the path for this exception +
getPath() - +Method in class org.apache.zookeeper.WatchedEvent +
  +
getPerms() - +Method in class org.apache.zookeeper.data.ACL +
  +
getPrintWatches() - +Method in class org.apache.zookeeper.ZooKeeperMain +
  +
getPzxid() - +Method in class org.apache.zookeeper.data.Stat +
  +
getPzxid() - +Method in class org.apache.zookeeper.data.StatPersisted +
  +
getResults() - +Method in exception org.apache.zookeeper.KeeperException +
If this exception was thrown by a multi-request then the (partial) results + and error codes can be retrieved using this getter. +
getScheme() - +Method in class org.apache.zookeeper.data.Id +
  +
getSessionId() - +Method in class org.apache.zookeeper.ZooKeeper +
The session id for this ZooKeeper client instance. +
getSessionPasswd() - +Method in class org.apache.zookeeper.ZooKeeper +
The session password for this ZooKeeper client instance. +
getSessionTimeout() - +Method in class org.apache.zookeeper.ZooKeeper +
The negotiated session timeout for this ZooKeeper client instance. +
getState() - +Method in class org.apache.zookeeper.WatchedEvent +
  +
getState() - +Method in class org.apache.zookeeper.ZooKeeper +
  +
getTraceMask(String, int) - +Static method in class org.apache.zookeeper.ServerAdminClient +
  +
getType() - +Method in class org.apache.zookeeper.WatchedEvent +
  +
getVersion() - +Method in class org.apache.zookeeper.data.Stat +
  +
getVersion() - +Method in class org.apache.zookeeper.data.StatPersisted +
  +
getVersion() - +Method in class org.apache.zookeeper.data.StatPersistedV1 +
  +
getWrapper() - +Method in class org.apache.zookeeper.WatchedEvent +
Convert WatchedEvent to type that can be sent over network +
+
+

+H

+
+
hashCode() - +Method in class org.apache.zookeeper.data.ACL +
  +
hashCode() - +Method in class org.apache.zookeeper.data.Id +
  +
hashCode() - +Method in class org.apache.zookeeper.data.Stat +
  +
hashCode() - +Method in class org.apache.zookeeper.data.StatPersisted +
  +
hashCode() - +Method in class org.apache.zookeeper.data.StatPersistedV1 +
  +
+
+

+I

+
+
Id - Class in org.apache.zookeeper.data
 
Id() - +Constructor for class org.apache.zookeeper.data.Id +
  +
Id(String, String) - +Constructor for class org.apache.zookeeper.data.Id +
  +
intValue() - +Method in enum org.apache.zookeeper.KeeperException.Code +
Get the int value for a particular Code. +
InvalidACL - +Static variable in interface org.apache.zookeeper.KeeperException.CodeDeprecated +
Deprecated. deprecated in 3.1.0, use KeeperException.Code.INVALIDACL instead +
InvalidCallback - +Static variable in interface org.apache.zookeeper.KeeperException.CodeDeprecated +
Deprecated. deprecated in 3.1.0, use KeeperException.Code.INVALIDCALLBACK + instead +
isAlive() - +Method in enum org.apache.zookeeper.ZooKeeper.States +
  +
isConnected() - +Method in enum org.apache.zookeeper.ZooKeeper.States +
Returns whether we are connected to a server (which + could possibly be read-only, if this client is allowed + to go to read-only mode) +
isEphemeral() - +Method in enum org.apache.zookeeper.CreateMode +
  +
isSequential() - +Method in enum org.apache.zookeeper.CreateMode +
  +
+
+

+K

+
+
KeeperException - Exception in org.apache.zookeeper
 
KeeperException(KeeperException.Code) - +Constructor for exception org.apache.zookeeper.KeeperException +
  +
KeeperException.APIErrorException - Exception in org.apache.zookeeper
 
KeeperException.APIErrorException() - +Constructor for exception org.apache.zookeeper.KeeperException.APIErrorException +
  +
KeeperException.AuthFailedException - Exception in org.apache.zookeeper
 
KeeperException.AuthFailedException() - +Constructor for exception org.apache.zookeeper.KeeperException.AuthFailedException +
  +
KeeperException.BadArgumentsException - Exception in org.apache.zookeeper
 
KeeperException.BadArgumentsException() - +Constructor for exception org.apache.zookeeper.KeeperException.BadArgumentsException +
  +
KeeperException.BadArgumentsException(String) - +Constructor for exception org.apache.zookeeper.KeeperException.BadArgumentsException +
  +
KeeperException.BadVersionException - Exception in org.apache.zookeeper
 
KeeperException.BadVersionException() - +Constructor for exception org.apache.zookeeper.KeeperException.BadVersionException +
  +
KeeperException.BadVersionException(String) - +Constructor for exception org.apache.zookeeper.KeeperException.BadVersionException +
  +
KeeperException.Code - Enum in org.apache.zookeeper
Codes which represent the various KeeperException + types.
KeeperException.CodeDeprecated - Interface in org.apache.zookeeper
Deprecated. 
KeeperException.ConnectionLossException - Exception in org.apache.zookeeper
 
KeeperException.ConnectionLossException() - +Constructor for exception org.apache.zookeeper.KeeperException.ConnectionLossException +
  +
KeeperException.DataInconsistencyException - Exception in org.apache.zookeeper
 
KeeperException.DataInconsistencyException() - +Constructor for exception org.apache.zookeeper.KeeperException.DataInconsistencyException +
  +
KeeperException.InvalidACLException - Exception in org.apache.zookeeper
 
KeeperException.InvalidACLException() - +Constructor for exception org.apache.zookeeper.KeeperException.InvalidACLException +
  +
KeeperException.InvalidACLException(String) - +Constructor for exception org.apache.zookeeper.KeeperException.InvalidACLException +
  +
KeeperException.InvalidCallbackException - Exception in org.apache.zookeeper
 
KeeperException.InvalidCallbackException() - +Constructor for exception org.apache.zookeeper.KeeperException.InvalidCallbackException +
  +
KeeperException.MarshallingErrorException - Exception in org.apache.zookeeper
 
KeeperException.MarshallingErrorException() - +Constructor for exception org.apache.zookeeper.KeeperException.MarshallingErrorException +
  +
KeeperException.NoAuthException - Exception in org.apache.zookeeper
 
KeeperException.NoAuthException() - +Constructor for exception org.apache.zookeeper.KeeperException.NoAuthException +
  +
KeeperException.NoChildrenForEphemeralsException - Exception in org.apache.zookeeper
 
KeeperException.NoChildrenForEphemeralsException() - +Constructor for exception org.apache.zookeeper.KeeperException.NoChildrenForEphemeralsException +
  +
KeeperException.NoChildrenForEphemeralsException(String) - +Constructor for exception org.apache.zookeeper.KeeperException.NoChildrenForEphemeralsException +
  +
KeeperException.NodeExistsException - Exception in org.apache.zookeeper
 
KeeperException.NodeExistsException() - +Constructor for exception org.apache.zookeeper.KeeperException.NodeExistsException +
  +
KeeperException.NodeExistsException(String) - +Constructor for exception org.apache.zookeeper.KeeperException.NodeExistsException +
  +
KeeperException.NoNodeException - Exception in org.apache.zookeeper
 
KeeperException.NoNodeException() - +Constructor for exception org.apache.zookeeper.KeeperException.NoNodeException +
  +
KeeperException.NoNodeException(String) - +Constructor for exception org.apache.zookeeper.KeeperException.NoNodeException +
  +
KeeperException.NotEmptyException - Exception in org.apache.zookeeper
 
KeeperException.NotEmptyException() - +Constructor for exception org.apache.zookeeper.KeeperException.NotEmptyException +
  +
KeeperException.NotEmptyException(String) - +Constructor for exception org.apache.zookeeper.KeeperException.NotEmptyException +
  +
KeeperException.NotReadOnlyException - Exception in org.apache.zookeeper
 
KeeperException.NotReadOnlyException() - +Constructor for exception org.apache.zookeeper.KeeperException.NotReadOnlyException +
  +
KeeperException.OperationTimeoutException - Exception in org.apache.zookeeper
 
KeeperException.OperationTimeoutException() - +Constructor for exception org.apache.zookeeper.KeeperException.OperationTimeoutException +
  +
KeeperException.RuntimeInconsistencyException - Exception in org.apache.zookeeper
 
KeeperException.RuntimeInconsistencyException() - +Constructor for exception org.apache.zookeeper.KeeperException.RuntimeInconsistencyException +
  +
KeeperException.SessionExpiredException - Exception in org.apache.zookeeper
 
KeeperException.SessionExpiredException() - +Constructor for exception org.apache.zookeeper.KeeperException.SessionExpiredException +
  +
KeeperException.SessionMovedException - Exception in org.apache.zookeeper
 
KeeperException.SessionMovedException() - +Constructor for exception org.apache.zookeeper.KeeperException.SessionMovedException +
  +
KeeperException.SystemErrorException - Exception in org.apache.zookeeper
 
KeeperException.SystemErrorException() - +Constructor for exception org.apache.zookeeper.KeeperException.SystemErrorException +
  +
KeeperException.UnimplementedException - Exception in org.apache.zookeeper
 
KeeperException.UnimplementedException() - +Constructor for exception org.apache.zookeeper.KeeperException.UnimplementedException +
  +
kill(String, int) - +Static method in class org.apache.zookeeper.ServerAdminClient +
  +
+
+

+L

+
+
LogFormatter - Class in org.apache.zookeeper.server
 
LogFormatter() - +Constructor for class org.apache.zookeeper.server.LogFormatter +
  +
+
+

+M

+
+
main(String[]) - +Static method in class org.apache.zookeeper.server.LogFormatter +
  +
main(String[]) - +Static method in class org.apache.zookeeper.server.PurgeTxnLog +
  +
main(String[]) - +Static method in class org.apache.zookeeper.server.quorum.QuorumPeerMain +
To start the replicated server specify the configuration file name on + the command line. +
main(String[]) - +Static method in class org.apache.zookeeper.server.upgrade.UpgradeMain +
  +
main(String[]) - +Static method in class org.apache.zookeeper.server.ZooKeeperServerMain +
  +
main(String[]) - +Static method in class org.apache.zookeeper.ServerAdminClient +
  +
main(String[]) - +Static method in class org.apache.zookeeper.ZooKeeperMain +
  +
MarshallingError - +Static variable in interface org.apache.zookeeper.KeeperException.CodeDeprecated +
Deprecated. deprecated in 3.1.0, use KeeperException.Code.MARSHALLINGERROR + instead +
multi - +Static variable in interface org.apache.zookeeper.ZooDefs.OpCode +
  +
multi(Iterable<Op>) - +Method in class org.apache.zookeeper.ZooKeeper +
Executes multiple Zookeeper operations or none of them. +
+
+

+N

+
+
NoAuth - +Static variable in interface org.apache.zookeeper.KeeperException.CodeDeprecated +
Deprecated. deprecated in 3.1.0, use KeeperException.Code.NOAUTH instead +
NoChildrenForEphemerals - +Static variable in interface org.apache.zookeeper.KeeperException.CodeDeprecated +
Deprecated. deprecated in 3.1.0, use + KeeperException.Code.NOCHILDRENFOREPHEMERALS + instead +
NodeExists - +Static variable in interface org.apache.zookeeper.KeeperException.CodeDeprecated +
Deprecated. deprecated in 3.1.0, use KeeperException.Code.NODEEXISTS instead +
NoNode - +Static variable in interface org.apache.zookeeper.KeeperException.CodeDeprecated +
Deprecated. deprecated in 3.1.0, use KeeperException.Code.NONODE instead +
NotEmpty - +Static variable in interface org.apache.zookeeper.KeeperException.CodeDeprecated +
Deprecated. deprecated in 3.1.0, use KeeperException.Code.NOTEMPTY instead +
notification - +Static variable in interface org.apache.zookeeper.ZooDefs.OpCode +
  +
+
+

+O

+
+
Ok - +Static variable in interface org.apache.zookeeper.KeeperException.CodeDeprecated +
Deprecated. deprecated in 3.1.0, use KeeperException.Code.OK instead +
OPEN_ACL_UNSAFE - +Static variable in interface org.apache.zookeeper.ZooDefs.Ids +
This is a completely open ACL . +
OperationTimeout - +Static variable in interface org.apache.zookeeper.KeeperException.CodeDeprecated +
Deprecated. deprecated in 3.1.0, use KeeperException.Code.OPERATIONTIMEOUT + instead +
opNames - +Static variable in class org.apache.zookeeper.ZooDefs +
  +
org.apache.zookeeper.data - package org.apache.zookeeper.data
 
+
+

+P

+
+
ping - +Static variable in interface org.apache.zookeeper.ZooDefs.OpCode +
  +
printMessage(String) - +Static method in class org.apache.zookeeper.ZooKeeperMain +
  +
process(WatchedEvent) - +Method in interface org.apache.zookeeper.Watcher +
  +
processResult(int, String, Object, List<ACL>, Stat) - +Method in interface org.apache.zookeeper.AsyncCallback.ACLCallback +
  +
processResult(int, String, Object, List<String>, Stat) - +Method in interface org.apache.zookeeper.AsyncCallback.Children2Callback +
  +
processResult(int, String, Object, List<String>) - +Method in interface org.apache.zookeeper.AsyncCallback.ChildrenCallback +
  +
processResult(int, String, Object, byte[], Stat) - +Method in interface org.apache.zookeeper.AsyncCallback.DataCallback +
  +
processResult(int, String, Object, Stat) - +Method in interface org.apache.zookeeper.AsyncCallback.StatCallback +
  +
processResult(int, String, Object, String) - +Method in interface org.apache.zookeeper.AsyncCallback.StringCallback +
  +
processResult(int, String, Object) - +Method in interface org.apache.zookeeper.AsyncCallback.VoidCallback +
  +
purge(File, File, int) - +Static method in class org.apache.zookeeper.server.PurgeTxnLog +
purges the snapshot and logs keeping the last num snapshots + and the corresponding logs. +
PurgeTxnLog - Class in org.apache.zookeeper.server
this class is used to clean up the + snapshot and data log dir's.
PurgeTxnLog() - +Constructor for class org.apache.zookeeper.server.PurgeTxnLog +
  +
+
+

+Q

+
+
QuorumPeerMain - Class in org.apache.zookeeper.server.quorum
Configuration file
QuorumPeerMain() - +Constructor for class org.apache.zookeeper.server.quorum.QuorumPeerMain +
  +
+
+

+R

+
+
READ - +Static variable in interface org.apache.zookeeper.ZooDefs.Perms +
  +
READ_ACL_UNSAFE - +Static variable in interface org.apache.zookeeper.ZooDefs.Ids +
This ACL gives the world the ability to read. +
readFields(DataInput) - +Method in class org.apache.zookeeper.data.ACL +
  +
readFields(DataInput) - +Method in class org.apache.zookeeper.data.Id +
  +
readFields(DataInput) - +Method in class org.apache.zookeeper.data.Stat +
  +
readFields(DataInput) - +Method in class org.apache.zookeeper.data.StatPersisted +
  +
readFields(DataInput) - +Method in class org.apache.zookeeper.data.StatPersistedV1 +
  +
register(Watcher) - +Method in class org.apache.zookeeper.ZooKeeper +
Specify the default watcher for the connection (overrides the one + specified during construction). +
runFromConfig(QuorumPeerConfig) - +Method in class org.apache.zookeeper.server.quorum.QuorumPeerMain +
  +
runFromConfig(ServerConfig) - +Method in class org.apache.zookeeper.server.ZooKeeperServerMain +
Run from a ServerConfig. +
RuntimeInconsistency - +Static variable in interface org.apache.zookeeper.KeeperException.CodeDeprecated +
Deprecated. deprecated in 3.1.0, use + KeeperException.Code.RUNTIMEINCONSISTENCY instead +
runUpgrade() - +Method in class org.apache.zookeeper.server.upgrade.UpgradeMain +
run the upgrade +
ruok(String, int) - +Static method in class org.apache.zookeeper.ServerAdminClient +
  +
+
+

+S

+
+
sasl - +Static variable in interface org.apache.zookeeper.ZooDefs.OpCode +
  +
serialize(OutputArchive, String) - +Method in class org.apache.zookeeper.data.ACL +
  +
serialize(OutputArchive, String) - +Method in class org.apache.zookeeper.data.Id +
  +
serialize(OutputArchive, String) - +Method in class org.apache.zookeeper.data.Stat +
  +
serialize(OutputArchive, String) - [... 400 lines stripped ...]