Uses of Class
org.apache.hadoop.hbase.zookeeper.MiniZooKeeperCluster

Packages that use org.apache.hadoop.hbase.zookeeper.MiniZooKeeperCluster
Package
Description
 
  • Uses of org.apache.hadoop.hbase.zookeeper.MiniZooKeeperCluster in org.apache.hadoop.hbase

    Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.zookeeper.MiniZooKeeperCluster in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.zookeeper.MiniZooKeeperCluster
    HBaseZKTestingUtility.getZkCluster()
    Deprecated.
     
    org.apache.hadoop.hbase.zookeeper.MiniZooKeeperCluster
    HBaseZKTestingUtility.startMiniZKCluster()
    Deprecated.
    Call this if you only want a zk cluster.
    org.apache.hadoop.hbase.zookeeper.MiniZooKeeperCluster
    HBaseZKTestingUtility.startMiniZKCluster(int zooKeeperServerNum, int... clientPortList)
    Deprecated.
    Call this if you only want a zk cluster.
    Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.zookeeper.MiniZooKeeperCluster in in
    Modifier and Type
    Method
    Description
    void
    HBaseZKTestingUtility.setZkCluster(org.apache.hadoop.hbase.zookeeper.MiniZooKeeperCluster zkCluster)
    Deprecated.