Uses of Class
org.apache.hadoop.hbase.HBaseCluster

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

    Subclasses of org.apache.hadoop.hbase.HBaseCluster in in org.apache.hadoop.hbase
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.MiniHBaseCluster
    Deprecated.
    since 3.0.0, will be removed in 4.0.0.
    Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.HBaseCluster in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.HBaseCluster
    HBaseTestingUtility.getHBaseClusterInterface()
    Deprecated.
    Returns the HBaseCluster instance.
    Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.HBaseCluster in in
    Modifier and Type
    Method
    Description
    void
    HBaseTestingUtility.setHBaseCluster(org.apache.hadoop.hbase.HBaseCluster hbaseCluster)
    Deprecated.