You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Bryan Duxbury (JIRA)" <ji...@apache.org> on 2008/02/04 22:15:08 UTC

[jira] Updated: (HBASE-30) [hbase] Method to get a list of a row's timestamps accompanied by the columns at that version

     [ 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<long, Text[]> 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.