Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 27731 invoked from network); 6 Feb 2008 00:29:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2008 00:29:31 -0000 Received: (qmail 78258 invoked by uid 500); 6 Feb 2008 00:29:23 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 78247 invoked by uid 500); 6 Feb 2008 00:29:23 -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 78238 invoked by uid 99); 6 Feb 2008 00:29:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2008 16:29:23 -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; Wed, 06 Feb 2008 00:29:15 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2B08371406E for ; Tue, 5 Feb 2008 16:29:08 -0800 (PST) Message-ID: <29352962.1202257748156.JavaMail.jira@brutus> Date: Tue, 5 Feb 2008 16:29:08 -0800 (PST) From: "Bryan Duxbury (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-31) [hbase] Add means of getting the timestamps for all cell versions: e.g. long [] getVersions(row, column) 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-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Duxbury updated HBASE-31: ------------------------------- Fix Version/s: 0.2.0 > [hbase] Add means of getting the timestamps for all cell versions: e.g. long [] getVersions(row, column) > -------------------------------------------------------------------------------------------------------- > > Key: HBASE-31 > URL: https://issues.apache.org/jira/browse/HBASE-31 > Project: Hadoop HBase > Issue Type: New Feature > Components: client > Reporter: stack > Priority: Minor > Fix For: 0.2.0 > > > Should be means of asking hbase for list of all the timestamps associated with a particular cell. The brute force way would be adding a getVersions method but perhaps we can come up w/ something more elegant than this? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.