Class MiniHBaseCluster

java.lang.Object
org.apache.hadoop.hbase.HBaseCluster
org.apache.hadoop.hbase.MiniHBaseCluster
All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.hadoop.conf.Configurable

@Public @Deprecated public class MiniHBaseCluster extends HBaseCluster
Deprecated.
since 3.0.0, will be removed in 4.0.0. Use TestingHBaseCluster instead.
This class creates a single process HBase cluster. each server. The master uses the 'default' FileSystem. The RegionServers, if we are running on DistributedFilesystem, create a FileSystem instance each and will close down their instance on the way out.