Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 94043 invoked from network); 5 Dec 2008 21:11:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2008 21:11:05 -0000 Received: (qmail 86320 invoked by uid 500); 5 Dec 2008 21:11:18 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 86161 invoked by uid 500); 5 Dec 2008 21:11:17 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 86145 invoked by uid 99); 5 Dec 2008 21:11:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Dec 2008 13:11:17 -0800 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Dec 2008 21:09:56 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 610D5234C316 for ; Fri, 5 Dec 2008 13:10:44 -0800 (PST) Message-ID: <1694820745.1228511444396.JavaMail.jira@brutus> Date: Fri, 5 Dec 2008 13:10:44 -0800 (PST) From: =?utf-8?Q?Do=C4=9Facan_G=C3=BCney_=28JIRA=29?= To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-857) Add a getFamily method that returns all the cells in a column family In-Reply-To: <450771113.1220027926428.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-857?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D12653= 926#action_12653926 ]=20 Do=C4=9Facan G=C3=BCney commented on HBASE-857: ------------------------------------- Hmm, I haven't changed the behaviour there, so I checked and yes: passing c= olumns will return all column families. > Add a getFamily method that returns all the cells in a column family > -------------------------------------------------------------------- > > Key: HBASE-857 > URL: https://issues.apache.org/jira/browse/HBASE-857 > Project: Hadoop HBase > Issue Type: Sub-task > Reporter: Jim Kellerman > Assignee: Do=C4=9Facan G=C3=BCney > Fix For: 0.20.0 > > > Add a getFamily method that returns all the Cells for a column. Something= like: > {code} > public Cell[] getFamily(byte[] row, byte[] family, long timestamp, int ve= rsions) > {code} --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.