Package org.apache.zookeeper

Interface Summary
AsyncCallback  
AsyncCallback.ACLCallback  
AsyncCallback.Children2Callback  
AsyncCallback.ChildrenCallback  
AsyncCallback.DataCallback  
AsyncCallback.StatCallback  
AsyncCallback.StringCallback  
AsyncCallback.VoidCallback  
KeeperException.CodeDeprecated Deprecated.
Watcher This interface specifies the public interface an event handler class must implement.
Watcher.Event This interface defines the possible states an Event may represent
ZooDefs.Ids  
ZooDefs.OpCode  
ZooDefs.Perms  
 

Class Summary
ServerAdminClient  
ZooDefs  
ZooKeeper This is the main class of ZooKeeper client library.
ZooKeeperMain The command line client to ZooKeeper.
 

Enum Summary
CreateMode CreateMode value determines how the znode is created on ZooKeeper.
KeeperException.Code Codes which represent the various KeeperException types.
Watcher.Event.EventType Enumeration of types of events that may occur on the ZooKeeper
Watcher.Event.KeeperState Enumeration of states the ZooKeeper may be at the event
ZooKeeper.States  
 

Exception Summary
KeeperException  
KeeperException.APIErrorException  
KeeperException.AuthFailedException  
KeeperException.BadArgumentsException  
KeeperException.BadVersionException  
KeeperException.ConnectionLossException  
KeeperException.DataInconsistencyException  
KeeperException.InvalidACLException  
KeeperException.InvalidCallbackException  
KeeperException.MarshallingErrorException  
KeeperException.NoAuthException  
KeeperException.NoChildrenForEphemeralsException  
KeeperException.NodeExistsException  
KeeperException.NoNodeException  
KeeperException.NotEmptyException  
KeeperException.OperationTimeoutException  
KeeperException.RuntimeInconsistencyException  
KeeperException.SessionExpiredException  
KeeperException.SessionMovedException  
KeeperException.SystemErrorException  
KeeperException.UnimplementedException  
 



Copyright © 2011 The Apache Software Foundation