Package org.linkedin.zookeeper.client

Interface Summary
IZKClient  
IZooKeeper Provides an interface to ZooKeeper (which is a class!).
IZooKeeperFactory Factory of IZooKeeper.
LifecycleListener Listener for state change
 

Class Summary
AbstractZKClient  
AbstractZooKeeper Base abstract class which delegate all calls to another IZooKeeper implementation and ajusts the path variable.
ChrootedZKClient  
WatcherChain  
ZKChildren  
ZKClient  
ZKData<T>  
ZooKeeperFactory  
ZooKeeperImpl Delegate all calls to ZooKeeper (and adjusts the exceptions).
ZooKeeperURLHandler  
ZooKeeperURLHandler.ZooKeeperURLConnection Handle zookeeper:/a/b/c style urls
 

Enum Summary
ZKClient.State