Hi, I am looking for HBase API for getting the following information: 1. is Meta table available - I found RegionServerOperation.metaTableAvailable() but it is protected 2. I found ProcessRegionStatusChange.metaRegionAvailable() which is also protected 3. cluster statistics: the total number of tables, the total space consumed by all the tables
The goal is to call the above APIs from Perl library our Ops has developed to facilitate cluster management. Thanks
