Class ZooKeeperRetry

java.lang.Object
org.apache.zookeeper.ZooKeeper
org.apache.zookeeper.retry.ZooKeeperRetry
All Implemented Interfaces:
AutoCloseable

public class ZooKeeperRetry extends ZooKeeper
A Class which extends ZooKeeper and will automatically retry calls to zookeeper if a KeeperException.ConnectionLossException occurs.