Uses of Class
org.apache.hadoop.hbase.ZooKeeperConnectionException
Package
Description
-
Uses of ZooKeeperConnectionException in org.apache.hadoop.hbase.backup.example
Modifier and TypeMethodDescriptionstatic TableHFileArchiveTracker
TableHFileArchiveTracker.create
(org.apache.hadoop.conf.Configuration conf) Create an archive tracker for the passed in serverModifierConstructorDescriptionHFileArchiveManager
(Connection connection, org.apache.hadoop.conf.Configuration conf) -
Uses of ZooKeeperConnectionException in org.apache.hadoop.hbase.security.access
Modifier and TypeMethodDescriptionstatic boolean
AccessControlClient.isAccessControllerRunning
(Connection connection) -
Uses of ZooKeeperConnectionException in org.apache.hadoop.hbase.util
Modifier 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.ModifierConstructorDescriptionHBaseFsck
(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
Modifier and TypeMethodDescriptionprivate void
ZKWatcher.createBaseZNodes()
static org.apache.zookeeper.ZooKeeper
ZooKeeperHelper.ensureConnectedZooKeeper
(org.apache.zookeeper.ZooKeeper zookeeper, int timeout) Ensure passed zookeeper is connected.ModifierConstructorDescriptionInstantiate 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.