- 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
- 
- 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 
- valueOf(String) - Static method in enum org.apache.zookeeper.CreateMode
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.apache.zookeeper.KeeperException.Code
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.apache.zookeeper.Watcher.Event.EventType
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.apache.zookeeper.Watcher.Event.KeeperState
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.apache.zookeeper.Watcher.WatcherType
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.apache.zookeeper.ZooKeeper.States
- 
Returns the enum constant of this type with the specified name. 
- values() - Static method in enum org.apache.zookeeper.CreateMode
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.apache.zookeeper.KeeperException.Code
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.apache.zookeeper.Watcher.Event.EventType
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.apache.zookeeper.Watcher.Event.KeeperState
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.apache.zookeeper.Watcher.WatcherType
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.apache.zookeeper.ZooKeeper.States
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- ZooDefs - Class in org.apache.zookeeper
-  
- ZooDefs() - Constructor for class org.apache.zookeeper.ZooDefs
-  
- ZooDefs.Ids - Interface in org.apache.zookeeper
-  
- ZooDefs.OpCode - Interface in org.apache.zookeeper
-  
- ZooDefs.Perms - Interface in org.apache.zookeeper
-  
- ZooKeeper - Class in org.apache.zookeeper
- 
This is the main class of ZooKeeper client library. 
- ZooKeeper(String, int, Watcher) - Constructor for class org.apache.zookeeper.ZooKeeper
- 
To create a ZooKeeper client object, the application needs to pass a
 connection string containing a comma separated list of host:port pairs,
 each corresponding to a ZooKeeper server. 
- ZooKeeper(String, int, Watcher, ZKClientConfig) - Constructor for class org.apache.zookeeper.ZooKeeper
- 
To create a ZooKeeper client object, the application needs to pass a
 connection string containing a comma separated list of host:port pairs,
 each corresponding to a ZooKeeper server. 
- ZooKeeper(String, int, Watcher, boolean, HostProvider) - Constructor for class org.apache.zookeeper.ZooKeeper
- 
To create a ZooKeeper client object, the application needs to pass a
 connection string containing a comma separated list of host:port pairs,
 each corresponding to a ZooKeeper server. 
- ZooKeeper(String, int, Watcher, boolean, HostProvider, ZKClientConfig) - Constructor for class org.apache.zookeeper.ZooKeeper
- 
To create a ZooKeeper client object, the application needs to pass a
 connection string containing a comma separated list of host:port pairs,
 each corresponding to a ZooKeeper server. 
- ZooKeeper(String, int, Watcher, boolean) - Constructor for class org.apache.zookeeper.ZooKeeper
- 
To create a ZooKeeper client object, the application needs to pass a
 connection string containing a comma separated list of host:port pairs,
 each corresponding to a ZooKeeper server. 
- ZooKeeper(String, int, Watcher, boolean, ZKClientConfig) - Constructor for class org.apache.zookeeper.ZooKeeper
- 
To create a ZooKeeper client object, the application needs to pass a
 connection string containing a comma separated list of host:port pairs,
 each corresponding to a ZooKeeper server. 
- ZooKeeper(String, int, Watcher, long, byte[]) - Constructor for class org.apache.zookeeper.ZooKeeper
- 
To create a ZooKeeper client object, the application needs to pass a
 connection string containing a comma separated list of host:port pairs,
 each corresponding to a ZooKeeper server. 
- ZooKeeper(String, int, Watcher, long, byte[], boolean, HostProvider) - Constructor for class org.apache.zookeeper.ZooKeeper
- 
To create a ZooKeeper client object, the application needs to pass a
 connection string containing a comma separated list of host:port pairs,
 each corresponding to a ZooKeeper server. 
- ZooKeeper(String, int, Watcher, long, byte[], boolean) - Constructor for class org.apache.zookeeper.ZooKeeper
- 
To create a ZooKeeper client object, the application needs to pass a
 connection string containing a comma separated list of host:port pairs,
 each corresponding to a ZooKeeper server. 
- ZooKeeper.States - Enum in org.apache.zookeeper
-  
- ZooKeeper.WatchRegistration - Class in org.apache.zookeeper
- 
Register a watcher for a particular path. 
- ZooKeeper.WatchRegistration(Watcher, String) - Constructor for class org.apache.zookeeper.ZooKeeper.WatchRegistration
-  
- ZOOKEEPER_CLIENT_CNXN_SOCKET - Static variable in class org.apache.zookeeper.ZooKeeper
- 
Deprecated.
Use ZKClientConfig.ZOOKEEPER_CLIENT_CNXN_SOCKETinstead.
 
 
- ZooKeeperAdmin - Class in org.apache.zookeeper.admin
- 
This is the main class for ZooKeeperAdmin client library. 
- ZooKeeperAdmin(String, int, Watcher) - Constructor for class org.apache.zookeeper.admin.ZooKeeperAdmin
- 
Create a ZooKeeperAdmin object which is used to perform dynamic reconfiguration
 operations. 
- ZooKeeperAdmin(String, int, Watcher, ZKClientConfig) - Constructor for class org.apache.zookeeper.admin.ZooKeeperAdmin
- 
Create a ZooKeeperAdmin object which is used to perform dynamic reconfiguration
 operations. 
- ZooKeeperAdmin(String, int, Watcher, boolean) - Constructor for class org.apache.zookeeper.admin.ZooKeeperAdmin
- 
Create a ZooKeeperAdmin object which is used to perform dynamic reconfiguration
 operations. 
- ZooKeeperMain - Class in org.apache.zookeeper
- 
The command line client to ZooKeeper. 
- ZooKeeperMain(String[]) - Constructor for class org.apache.zookeeper.ZooKeeperMain
-  
- ZooKeeperMain(ZooKeeper) - Constructor for class org.apache.zookeeper.ZooKeeperMain
-  
- ZooKeeperServerMain - Class in org.apache.zookeeper.server
- 
This class starts and runs a standalone ZooKeeperServer. 
- ZooKeeperServerMain() - Constructor for class org.apache.zookeeper.server.ZooKeeperServerMain
-