Uses of Class
org.apache.hadoop.hbase.ZooKeeperConnectionException
Packages that use ZooKeeperConnectionException
Package
Description
-
Uses of ZooKeeperConnectionException in org.apache.hadoop.hbase.backup.example
Methods in org.apache.hadoop.hbase.backup.example that throw ZooKeeperConnectionExceptionModifier and TypeMethodDescriptionstatic TableHFileArchiveTracker
TableHFileArchiveTracker.create
(org.apache.hadoop.conf.Configuration conf) Create an archive tracker for the passed in serverConstructors in org.apache.hadoop.hbase.backup.example that throw ZooKeeperConnectionExceptionModifierConstructorDescriptionHFileArchiveManager
(Connection connection, org.apache.hadoop.conf.Configuration conf) -
Uses of ZooKeeperConnectionException in org.apache.hadoop.hbase.security.access
Methods in org.apache.hadoop.hbase.security.access that throw ZooKeeperConnectionExceptionModifier and TypeMethodDescriptionstatic boolean
AccessControlClient.isAccessControllerRunning
(Connection connection) -
Uses of ZooKeeperConnectionException in org.apache.hadoop.hbase.util
Methods in org.apache.hadoop.hbase.util that throw ZooKeeperConnectionExceptionModifier and TypeMethodDescriptionprivate static void
HBaseFsckRepair.forceOfflineInZK
(Admin admin, RegionInfo region) In 0.90, this forces an HRI offline by setting the RegionTransitionData in ZK to have HBCK_CODE_NAME as the server.Constructors in org.apache.hadoop.hbase.util that throw ZooKeeperConnectionExceptionModifierConstructorDescriptionHBaseFsck
(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 ZooKeeperConnectionException in org.apache.hadoop.hbase.zookeeper
Methods in org.apache.hadoop.hbase.zookeeper that throw ZooKeeperConnectionExceptionModifier and TypeMethodDescriptionprivate void
ZKWatcher.createBaseZNodes()
static 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 ZooKeeperConnectionExceptionModifierConstructorDescriptionInstantiate a ZooKeeper connection and watcher.ZKWatcher
(org.apache.hadoop.conf.Configuration conf, String identifier, Abortable abortable, boolean canCreateBaseZNode) Instantiate a ZooKeeper connection and watcher.ZKWatcher
(org.apache.hadoop.conf.Configuration conf, String identifier, Abortable abortable, boolean canCreateBaseZNode, boolean clientZK) Instantiate a ZooKeeper connection and watcher.