Uses of Class
org.apache.hadoop.hbase.ZooKeeperConnectionException
Packages that use ZooKeeperConnectionException
Package
Description
- 
Uses of ZooKeeperConnectionException in org.apache.hadoop.hbase.backup.exampleMethods in org.apache.hadoop.hbase.backup.example that throw ZooKeeperConnectionExceptionModifier and TypeMethodDescriptionstatic TableHFileArchiveTrackerTableHFileArchiveTracker.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.accessMethods in org.apache.hadoop.hbase.security.access that throw ZooKeeperConnectionExceptionModifier and TypeMethodDescriptionstatic booleanAccessControlClient.isAccessControllerRunning(Connection connection) 
- 
Uses of ZooKeeperConnectionException in org.apache.hadoop.hbase.utilMethods in org.apache.hadoop.hbase.util that throw ZooKeeperConnectionExceptionModifier and TypeMethodDescriptionprivate static voidHBaseFsckRepair.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.zookeeperMethods in org.apache.hadoop.hbase.zookeeper that throw ZooKeeperConnectionExceptionModifier and TypeMethodDescriptionprivate voidZKWatcher.createBaseZNodes()static org.apache.zookeeper.ZooKeeperZooKeeperHelper.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.