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/16 23:29:42 UTC

[jira] Created: (HBASE-2554) Provide single method for returning a collection of HColumnDescriptors from an HTableDescriptor

Provide single method for returning a collection of HColumnDescriptors from an HTableDescriptor
-----------------------------------------------------------------------------------------------

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


At http://hadoop.apache.org/hbase/docs/r0.20.4/api/org/apache/hadoop/hbase/HTableDescriptor.html, we currently have both HColumnDescriptor[] getColumnFamilies() and Collection<HColumnDescriptor> getFamilies(); perhaps only one is needed?

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