Uses of Class
org.apache.hadoop.hbase.ZooKeeperConnectionException
Package
Description
Provides HBase Client
-
Uses of org.apache.hadoop.hbase.ZooKeeperConnectionException in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptionvoid
HBaseAdmin.assign
(byte[] regionName) static void
HBaseAdmin.available
(org.apache.hadoop.conf.Configuration conf) Is HBase available? Throw an exception if not.boolean
ClusterConnection.isMasterRunning()
Deprecated.this has been deprecated without a replacementboolean
ConnectionImplementation.isMasterRunning()
Deprecated.this has been deprecated without a replacement -
Uses of org.apache.hadoop.hbase.ZooKeeperConnectionException in org.apache.hadoop.hbase.util
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 org.apache.hadoop.hbase.ZooKeeperConnectionException in org.apache.hadoop.hbase.zookeeper
Modifier and TypeMethodDescriptionstatic org.apache.zookeeper.ZooKeeper
ZooKeeperHelper.ensureConnectedZooKeeper
(org.apache.zookeeper.ZooKeeper zookeeper, int timeout) Ensure passed zookeeper is connected.ModifierConstructorDescriptionZKWatcher
(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.