You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jeff Hammerbacher (JIRA)" <ji...@apache.org> on 2010/05/17 00:41:43 UTC

[jira] Created: (HBASE-2556) Add convenience method to HBaseAdmin to get a collection of HRegionInfo objects for each table

Add convenience method to HBaseAdmin to get a collection of HRegionInfo objects for each table
----------------------------------------------------------------------------------------------

                 Key: HBASE-2556
                 URL: https://issues.apache.org/jira/browse/HBASE-2556
             Project: Hadoop HBase
          Issue Type: Improvement
            Reporter: Jeff Hammerbacher


When we try to list all of the regions associated with a table, (e.g. in webapps/master/master.jsp or thrift/ThriftServer.java#getTableRegions, we either have to make do with HServerInfo objects or use the HTable#getRegionsInfo method. It may be useful to add a method to the HBaseAdmin object instead.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.