Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2BB79200C59 for ; Mon, 17 Apr 2017 19:22:16 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2A885160BBE; Mon, 17 Apr 2017 17:22:16 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CE6D0160BAE for ; Mon, 17 Apr 2017 19:22:13 +0200 (CEST) Received: (qmail 54460 invoked by uid 500); 17 Apr 2017 17:22:13 -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@zookeeper.apache.org Delivered-To: mailing list commits@zookeeper.apache.org Received: (qmail 54443 invoked by uid 99); 17 Apr 2017 17:22:13 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Apr 2017 17:22:12 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 1CA7B3A44D0 for ; Mon, 17 Apr 2017 17:22:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1010623 [3/50] - in /websites/staging/zookeeper/trunk/content: ./ doc/r3.5.3-beta/ doc/r3.5.3-beta/api/ doc/r3.5.3-beta/api/org/ doc/r3.5.3-beta/api/org/apache/ doc/r3.5.3-beta/api/org/apache/zookeeper/ doc/r3.5.3-beta/api/org/apache/zooke... Date: Mon, 17 Apr 2017 17:22:10 -0000 To: commits@zookeeper.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170417172212.1CA7B3A44D0@svn01-us-west.apache.org> archived-at: Mon, 17 Apr 2017 17:22:16 -0000 Added: websites/staging/zookeeper/trunk/content/doc/r3.5.3-beta/api/index-all.html ============================================================================== --- websites/staging/zookeeper/trunk/content/doc/r3.5.3-beta/api/index-all.html (added) +++ websites/staging/zookeeper/trunk/content/doc/r3.5.3-beta/api/index-all.html Mon Apr 17 17:22:07 2017 @@ -0,0 +1,1607 @@ + + + + + +Index (ZooKeeper 3.5.3-beta 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
+
+
Interface definitions of asynchronous callbacks.
+
+
AsyncCallback.ACLCallback - Interface in org.apache.zookeeper
+
+
This callback is used to retrieve the ACL and stat of the node.
+
+
AsyncCallback.Children2Callback - Interface in org.apache.zookeeper
+
+
This callback is used to retrieve the children and stat of the node.
+
+
AsyncCallback.ChildrenCallback - Interface in org.apache.zookeeper
+
+
This callback is used to retrieve the children of the node.
+
+
AsyncCallback.Create2Callback - Interface in org.apache.zookeeper
+
+
This callback is used to retrieve the name and stat of the node.
+
+
AsyncCallback.DataCallback - Interface in org.apache.zookeeper
+
+
This callback is used to retrieve the data and stat of the node.
+
+
AsyncCallback.MultiCallback - Interface in org.apache.zookeeper
+
+
This callback is used to process the multiple results from + a single multi call.
+
+
AsyncCallback.StatCallback - Interface in org.apache.zookeeper
+
+
This callback is used to retrieve the stat of the node.
+
+
AsyncCallback.StringCallback - Interface in org.apache.zookeeper
+
+
This callback is used to retrieve the name of the node.
+
+
AsyncCallback.VoidCallback - Interface in org.apache.zookeeper
+
+
This callback doesn't retrieve anything from the node.
+
+
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
+
 
+
checkWatches - 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
+
 
+
CONFIG_NODE - Static variable in class org.apache.zookeeper.ZooDefs
+
 
+
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, Stat) - Method in class org.apache.zookeeper.ZooKeeper
+
+
Create a node with the given path and returns the Stat of that node.
+
+
create(String, byte[], List<ACL>, CreateMode, Stat, long) - Method in class org.apache.zookeeper.ZooKeeper
+
+ +
+
create(String, byte[], List<ACL>, CreateMode, AsyncCallback.StringCallback, Object) - Method in class org.apache.zookeeper.ZooKeeper
+
+
The asynchronous version of create.
+
+
create(String, byte[], List<ACL>, CreateMode, AsyncCallback.Create2Callback, Object) - Method in class org.apache.zookeeper.ZooKeeper
+
+
The asynchronous version of create.
+
+
create(String, byte[], List<ACL>, CreateMode, AsyncCallback.Create2Callback, Object, long) - Method in class org.apache.zookeeper.ZooKeeper
+
+
The asynchronous version of create with ttl.
+
+
create2 - Static variable in interface org.apache.zookeeper.ZooDefs.OpCode
+
 
+
createContainer - Static variable in interface org.apache.zookeeper.ZooDefs.OpCode
+
 
+
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
+
 
+
createTTL - 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.
+
+
deleteContainer - Static variable in interface org.apache.zookeeper.ZooDefs.OpCode
+
 
+
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
+
 
+
dump(String, int) - Static method in class org.apache.zookeeper.ServerAdminClient
+
 
+
+ + + +

E

+
+
EphemeralOnLocalSession - Static variable in interface org.apache.zookeeper.KeeperException.CodeDeprecated
+
+
Deprecated.
+
+
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
+
 
+
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

+
+
FourLetterWordMain - Class in org.apache.zookeeper.client
+
 
+
FourLetterWordMain() - Constructor for class org.apache.zookeeper.client.FourLetterWordMain
+
 
+
fromFlag(int) - Static method in enum org.apache.zookeeper.CreateMode
+
+
Map an integer value to a CreateMode value
+
+
fromFlag(int, CreateMode) - 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
+
 
+
fromInt(int) - Static method in enum org.apache.zookeeper.Watcher.WatcherType
+
 
+
+ + + +

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
+
 
+
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
+
 
+
getClientConfig() - Method in class org.apache.zookeeper.ZooKeeper
+
 
+
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
+
 
+
getConfig(Watcher, Stat) - Method in class org.apache.zookeeper.ZooKeeper
+
+
Return the last committed configuration (as known to the server to which the client is connected) + and the stat of the configuration.
+
+
getConfig(Watcher, AsyncCallback.DataCallback, Object) - Method in class org.apache.zookeeper.ZooKeeper
+
+
The asynchronous version of getConfig.
+
+
getConfig(boolean, Stat) - Method in class org.apache.zookeeper.ZooKeeper
+
+
Return the last committed configuration (as known to the server to which the client is connected) + and the stat of the configuration.
+
+
getConfig(boolean, AsyncCallback.DataCallback, Object) - Method in class org.apache.zookeeper.ZooKeeper
+
+
The Asynchronous version of getConfig.
+
+
getCtime() - Method in class org.apache.zookeeper.data.Stat
+
 
+
getCtime() - Method in class org.apache.zookeeper.data.StatPersisted
+
 
+
getCversion() - Method in class org.apache.zookeeper.data.Stat
+
 
+
getCversion() - Method in class org.apache.zookeeper.data.StatPersisted
+
 
+
getCzxid() - Method in class org.apache.zookeeper.data.Stat
+
 
+
getCzxid() - Method in class org.apache.zookeeper.data.StatPersisted
+
 
+
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
+
 
+
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
+
 
+
getIntValue() - Method in enum org.apache.zookeeper.Watcher.WatcherType
+
 
+
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
+
 
+
getMzxid() - Method in class org.apache.zookeeper.data.Stat
+
 
+
getMzxid() - Method in class org.apache.zookeeper.data.StatPersisted
+
 
+
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.
+
+
getSaslClient() - Method in class org.apache.zookeeper.ZooKeeper
+
 
+
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
+
 
+
getTestable() - 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
+
 
+
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
+
 
+
+ + + +

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)
+
+
isContainer() - Method in enum org.apache.zookeeper.CreateMode
+
 
+
isEphemeral() - Method in enum org.apache.zookeeper.CreateMode
+
 
+
isSequential() - Method in enum org.apache.zookeeper.CreateMode
+
 
+
isTTL() - 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.EphemeralOnLocalSessionException - Exception in org.apache.zookeeper
+
 
+
KeeperException.EphemeralOnLocalSessionException() - Constructor for exception org.apache.zookeeper.KeeperException.EphemeralOnLocalSessionException
+
 
+
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.NewConfigNoQuorum - Exception in org.apache.zookeeper
+
 
+
KeeperException.NewConfigNoQuorum() - Constructor for exception org.apache.zookeeper.KeeperException.NewConfigNoQuorum
+
 
+
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.NoWatcherException - Exception in org.apache.zookeeper
+
 
+
KeeperException.NoWatcherException() - Constructor for exception org.apache.zookeeper.KeeperException.NoWatcherException
+
 
+
KeeperException.NoWatcherException(String) - Constructor for exception org.apache.zookeeper.KeeperException.NoWatcherException
+
 
+
KeeperException.OperationTimeoutException - Exception in org.apache.zookeeper
+
 
+
KeeperException.OperationTimeoutException() - Constructor for exception org.apache.zookeeper.KeeperException.OperationTimeoutException
+
 
+
KeeperException.ReconfigDisabledException - Exception in org.apache.zookeeper
+
 
+
KeeperException.ReconfigDisabledException() - Constructor for exception org.apache.zookeeper.KeeperException.ReconfigDisabledException
+
 
+
KeeperException.ReconfigDisabledException(String) - Constructor for exception org.apache.zookeeper.KeeperException.ReconfigDisabledException
+
 
+
KeeperException.ReconfigInProgress - Exception in org.apache.zookeeper
+
 
+
KeeperException.ReconfigInProgress() - Constructor for exception org.apache.zookeeper.KeeperException.ReconfigInProgress
+
 
+
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
+
 
+
KeeperException.UnknownSessionException - Exception in org.apache.zookeeper
+
 
[... 824 lines stripped ...]