[hbase] Method to get a list of a row's timestamps accompanied by the columns at that version ---------------------------------------------------------------------------------------------
Key: HADOOP-2387 URL: https://issues.apache.org/jira/browse/HADOOP-2387 Project: Hadoop Issue Type: New Feature Components: contrib/hbase 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.