Generated by
JDiff

Package org.apache.zookeeper

Added Classes and Interfaces
AsyncCallback.Children2Callback This callback is used to retrieve the children and stat of the node.
AsyncCallback.Create2Callback This callback is used to retrieve the name and stat of the node.
AsyncCallback.MultiCallback This callback is used to process the multiple results from a single multi call.
ClientCnxnSocketNIO  
ClientCnxnSocketNetty ClientCnxnSocketNetty implements ClientCnxnSocket abstract methods.
KeeperException.EphemeralOnLocalSessionException @see Code#EPHEMERALONLOCALSESSION
KeeperException.NewConfigNoQuorum @see Code#NEWCONFIGNOQUORUM
KeeperException.NoWatcherException @see Code#NOWATCHER
KeeperException.NotReadOnlyException @see Code#NOTREADONLY
KeeperException.ReconfigInProgress @see Code#RECONFIGINPROGRESS
KeeperException.SessionMovedException @see Code#SESSIONMOVED
KeeperException.UnknownSessionException @see Code#UNKNOWNSESSION
Login  
MultiResponse Handles the response from a multi request.
MultiTransactionRecord Encodes a composite transaction.
Op Represents a single operation in a multi-operation transaction.
Op.Check  
Op.Create  
Op.Delete  
Op.SetData  
OpResult Encodes the result of a single part of a multiple operation commit.
OpResult.CheckResult A result from a version check operation.
OpResult.CreateResult A result from a create operation.
OpResult.DeleteResult A result from a delete operation.
OpResult.ErrorResult An error result from any kind of operation.
OpResult.SetDataResult A result from a setData operation.
Shell A base class for running a Unix command.
Shell.ExitCodeException This is an IOException with exit code added.
Shell.ShellCommandExecutor A simple shell command executor.
Testable Abstraction that exposes various methods useful for testing ZooKeeper
Transaction Provides a builder style interface for doing multiple updates.
WatchDeregistration Handles the special case of removing watches which has registered for a client path
Watcher.WatcherType Enumeration of types of watchers
ZKUtil  
 

Changed Classes and Interfaces
AsyncCallback.ACLCallback This callback is used to retrieve the ACL and stat of the node.
AsyncCallback.ChildrenCallback This callback is used to retrieve the children of the node.
AsyncCallback.DataCallback This callback is used to retrieve the data and stat of the node.
AsyncCallback.StatCallback This callback is used to retrieve the stat of the node.
AsyncCallback.StringCallback This callback is used to retrieve the name of the node.
AsyncCallback.VoidCallback This callback doesn't retrieve anything from the node.
ClientCnxn This class manages the socket i/o for the client.
ClientWatchManager  
CreateMode CreateMode value determines how the znode is created on ZooKeeper.
Environment Provide insight into the runtime environment.
KeeperException  
KeeperException.BadArgumentsException @see Code#BADARGUMENTS
KeeperException.BadVersionException @see Code#BADVERSION
KeeperException.Code Codes which represent the various KeeperException types.
KeeperException.CodeDeprecated This interface contains the original static final int constants which have now been replaced with an enumeration in Code.
KeeperException.InvalidACLException @see Code#INVALIDACL
KeeperException.NoChildrenForEphemeralsException @see Code#NOCHILDRENFOREPHEMERALS
KeeperException.NoNodeException @see Code#NONODE
KeeperException.NodeExistsException @see Code#NODEEXISTS
KeeperException.NotEmptyException @see Code#NOTEMPTY
Watcher This interface specifies the public interface an event handler class must implement.
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
ZooDefs  
ZooDefs.OpCode  
ZooKeeper This is the main class of ZooKeeper client library.
ZooKeeper.States  
ZooKeeperMain The command line client to ZooKeeper.