Uses of Class
org.apache.hadoop.hbase.ZooKeeperConnectionException
Packages that use org.apache.hadoop.hbase.ZooKeeperConnectionException
-
Uses of org.apache.hadoop.hbase.ZooKeeperConnectionException in org.apache.hadoop.hbase.util
Constructors in org.apache.hadoop.hbase.util that throw org.apache.hadoop.hbase.ZooKeeperConnectionException in inModifierConstructorDescriptionHBaseFsck
(org.apache.hadoop.conf.Configuration conf, ExecutorService exec) Deprecated.Constructor Configuration object if the master is not running if unable to connect to ZooKeeper -
Uses of org.apache.hadoop.hbase.ZooKeeperConnectionException in org.apache.hadoop.hbase.zookeeper
Methods in org.apache.hadoop.hbase.zookeeper that throw org.apache.hadoop.hbase.ZooKeeperConnectionException in inModifier and TypeMethodDescriptionstatic org.apache.zookeeper.ZooKeeper
ZooKeeperHelper.ensureConnectedZooKeeper
(org.apache.zookeeper.ZooKeeper zookeeper, int timeout) Ensure passed zookeeper is connected.Constructors in org.apache.hadoop.hbase.zookeeper that throw org.apache.hadoop.hbase.ZooKeeperConnectionException in inModifierConstructorDescriptionZKWatcher
(org.apache.hadoop.conf.Configuration conf, String identifier, org.apache.hadoop.hbase.Abortable abortable) Instantiate a ZooKeeper connection and watcher.ZKWatcher
(org.apache.hadoop.conf.Configuration conf, String identifier, org.apache.hadoop.hbase.Abortable abortable, boolean canCreateBaseZNode) Instantiate a ZooKeeper connection and watcher.ZKWatcher
(org.apache.hadoop.conf.Configuration conf, String identifier, org.apache.hadoop.hbase.Abortable abortable, boolean canCreateBaseZNode, boolean clientZK) Instantiate a ZooKeeper connection and watcher.