Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 16381 invoked from network); 4 Feb 2008 21:15:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Feb 2008 21:15:34 -0000 Received: (qmail 88552 invoked by uid 500); 4 Feb 2008 21:15:26 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 88533 invoked by uid 500); 4 Feb 2008 21:15:26 -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 88498 invoked by uid 99); 4 Feb 2008 21:15:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Feb 2008 13:15:26 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Feb 2008 21:15:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B4D0671403F for ; Mon, 4 Feb 2008 13:15:08 -0800 (PST) Message-ID: <24508423.1202159708738.JavaMail.jira@brutus> Date: Mon, 4 Feb 2008 13:15:08 -0800 (PST) From: "Bryan Duxbury (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-30) [hbase] Method to get a list of a row's timestamps accompanied by the columns at that version MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-30?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Duxbury updated HBASE-30: ------------------------------- Component/s: client > [hbase] Method to get a list of a row's timestamps accompanied by the columns at that version > --------------------------------------------------------------------------------------------- > > Key: HBASE-30 > URL: https://issues.apache.org/jira/browse/HBASE-30 > Project: Hadoop HBase > Issue Type: New Feature > Components: client > Reporter: Bryan Duxbury > Priority: Trivial > > It would be handy in some situations to be able to get a list of the timestamps and matching columns for a row without returning the data in the cells. > {code} > /** > * Get all the timestamps for a row along with which cells exist at that timestamp. > */ > Map getRowTimestampsWithColumns(Text row); > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.