Return-Path: Delivered-To: apmail-hadoop-hbase-issues-archive@minotaur.apache.org Received: (qmail 27265 invoked from network); 16 May 2010 22:58:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 May 2010 22:58:06 -0000 Received: (qmail 39708 invoked by uid 500); 16 May 2010 22:58:06 -0000 Delivered-To: apmail-hadoop-hbase-issues-archive@hadoop.apache.org Received: (qmail 39667 invoked by uid 500); 16 May 2010 22:58:06 -0000 Mailing-List: contact hbase-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hbase-issues@hadoop.apache.org Received: (qmail 39659 invoked by uid 99); 16 May 2010 22:58:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 May 2010 22:58:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 May 2010 22:58:04 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4GMvg6o017988 for ; Sun, 16 May 2010 22:57:42 GMT Message-ID: <31382697.74941274050662483.JavaMail.jira@thor> Date: Sun, 16 May 2010 18:57:42 -0400 (EDT) From: "Jonathan Gray (JIRA)" To: hbase-issues@hadoop.apache.org Subject: [jira] Updated: (HBASE-2554) Provide single method for returning a collection of HColumnDescriptors from an HTableDescriptor MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-2554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Gray updated HBASE-2554: --------------------------------- Attachment: HBASE-2554-v1.patch Removes duplicate method getColumnFamilies() and moves everything to getFamilies() in HTD. Also removes duplicate getCompression() method and moves everything to getCompressionType() in HCD (also pointed out by jeff). > 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 > Attachments: HBASE-2554-v1.patch > > > 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 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.