Uses of Class
org.apache.hadoop.hbase.zookeeper.MiniZooKeeperCluster
Packages that use MiniZooKeeperCluster
-
Uses of MiniZooKeeperCluster in org.apache.hadoop.hbase
Fields in org.apache.hadoop.hbase declared as MiniZooKeeperClusterModifier and TypeFieldDescriptionprivate MiniZooKeeperCluster
HBaseZKTestingUtility.zkCluster
Deprecated.Methods in org.apache.hadoop.hbase that return MiniZooKeeperClusterModifier and TypeMethodDescriptionHBaseZKTestingUtility.getZkCluster()
Deprecated.HBaseZKTestingUtility.startMiniZKCluster()
Deprecated.Call this if you only want a zk cluster.HBaseZKTestingUtility.startMiniZKCluster
(int zooKeeperServerNum, int... clientPortList) Deprecated.Call this if you only want a zk cluster.private MiniZooKeeperCluster
HBaseZKTestingUtility.startMiniZKCluster
(File dir, int zooKeeperServerNum, int[] clientPortList) Deprecated.Start a mini ZK cluster.Methods in org.apache.hadoop.hbase with parameters of type MiniZooKeeperClusterModifier and TypeMethodDescriptionvoid
HBaseZKTestingUtility.setZkCluster
(MiniZooKeeperCluster zkCluster) Deprecated. -
Uses of MiniZooKeeperCluster in org.apache.hadoop.hbase.master
Fields in org.apache.hadoop.hbase.master declared as MiniZooKeeperClusterModifier and TypeFieldDescriptionprivate MiniZooKeeperCluster
HMasterCommandLine.LocalHMaster.zkcluster
Methods in org.apache.hadoop.hbase.master with parameters of type MiniZooKeeperClusterModifier and TypeMethodDescription(package private) void
HMasterCommandLine.LocalHMaster.setZKCluster
(MiniZooKeeperCluster zkcluster)