[
https://issues.apache.org/jira/browse/HBASE-30?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jim Kellerman updated HBASE-30:
-------------------------------
Fix Version/s: 0.19.0
> [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
> Fix For: 0.19.0
>
>
> 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.