[ 
https://issues.apache.org/jira/browse/HBASE-857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627375#action_12627375
 ] 

sishen commented on HBASE-857:
------------------------------

Is it better to add versions argument to the method HTable#getRow(final byte [] 
row, final byte [][] columns, final long ts) instead of creating this new 
method?

> Add a getFamily method that returns all the cells in a column family
> --------------------------------------------------------------------
>
>                 Key: HBASE-857
>                 URL: https://issues.apache.org/jira/browse/HBASE-857
>             Project: Hadoop HBase
>          Issue Type: New Feature
>            Reporter: Jim Kellerman
>             Fix For: 0.19.0
>
>
> Add a getFamily method that returns all the Cells for a column. Something 
> like:
> {code}
> public Cell[] getFamily(byte[] row, byte[] family, long timestamp, int 
> versions)
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to