Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 28434 invoked from network); 3 Dec 2008 20:00:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Dec 2008 20:00:05 -0000 Received: (qmail 28971 invoked by uid 500); 3 Dec 2008 20:00:17 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 28948 invoked by uid 500); 3 Dec 2008 20:00: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 28934 invoked by uid 99); 3 Dec 2008 20:00:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Dec 2008 12:00: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; Wed, 03 Dec 2008 19:58:56 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AD005234C2A6 for ; Wed, 3 Dec 2008 11:59:44 -0800 (PST) Message-ID: <1313938937.1228334384707.JavaMail.jira@brutus> Date: Wed, 3 Dec 2008 11:59:44 -0800 (PST) From: "stack (JIRA)" 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=3D12652= 934#action_12652934 ]=20 stack commented on HBASE-857: ----------------------------- Do=C4=9Facan, can I get a famlly only with hbase-847? > 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.