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.client

    Methods in org.apache.hadoop.hbase.client that throw org.apache.hadoop.hbase.ZooKeeperConnectionException in in
    Modifier and Type
    Method
    Description
    void
    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 replacement
    boolean
    ConnectionImplementation.isMasterRunning()
    Deprecated.
    this has been deprecated without a replacement
  • 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 in
    Modifier
    Constructor
    Description
     
    HBaseFsck(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 in
    Modifier and Type
    Method
    Description
    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 org.apache.hadoop.hbase.ZooKeeperConnectionException in in
    Modifier
    Constructor
    Description
     
    ZKWatcher(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.