Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 28939 invoked from network); 19 Feb 2008 17:29:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2008 17:29:15 -0000 Received: (qmail 90775 invoked by uid 500); 19 Feb 2008 17:29:09 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 90760 invoked by uid 500); 19 Feb 2008 17:29:09 -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 90751 invoked by uid 99); 19 Feb 2008 17:29:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Feb 2008 09:29:09 -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; Tue, 19 Feb 2008 17:28:45 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 902C8234C04E for ; Tue, 19 Feb 2008 09:28:43 -0800 (PST) Message-ID: <1537320514.1203442123588.JavaMail.jira@brutus> Date: Tue, 19 Feb 2008 09:28:43 -0800 (PST) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (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:comment-tabpanel&focusedCommentId=12570321#action_12570321 ] stack commented on HBASE-31: ---------------------------- Will an array of longs do? > [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.