You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jim Kellerman (JIRA)" <ji...@apache.org> on 2008/07/17 00:33:31 UTC

[jira] Assigned: (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 ]

Jim Kellerman reassigned HBASE-30:
----------------------------------

    Assignee: Jim Kellerman

> [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
>            Assignee: Jim Kellerman
>            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.