Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 45335 invoked from network); 4 Apr 2008 20:12:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Apr 2008 20:12:00 -0000 Received: (qmail 82819 invoked by uid 500); 4 Apr 2008 20:12:00 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 82794 invoked by uid 500); 4 Apr 2008 20:12:00 -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 82785 invoked by uid 99); 4 Apr 2008 20:12:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2008 13:12:00 -0700 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, 04 Apr 2008 20:11:17 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8DD32234C0C0 for ; Fri, 4 Apr 2008 13:09:24 -0700 (PDT) Message-ID: <1158160963.1207339764580.JavaMail.jira@brutus> Date: Fri, 4 Apr 2008 13:09:24 -0700 (PDT) From: "Bryan Duxbury (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-31) 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: ------------------------------- Summary: Add means of getting the timestamps for all cell versions: e.g. long [] getVersions(row, column) (was: [hbase] Add means of getting the timestamps for all cell versions: e.g. long [] getVersions(row, column)) > 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.