[
https://issues.apache.org/jira/browse/HBASE-959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642661#action_12642661
]
sishen commented on HBASE-959:
------------------------------
Should it implement a new method to retrieve the requested rows or use a loop
to make use of the current next() method? Now i choose the second method.
> Be able to get multiple RowResult at one time from client side
> --------------------------------------------------------------
>
> Key: HBASE-959
> URL: https://issues.apache.org/jira/browse/HBASE-959
> Project: Hadoop HBase
> Issue Type: Sub-task
> Components: client
> Affects Versions: 0.19.0
> Reporter: sishen
> Fix For: 0.19.0
>
>
> Now from the region server side, we can get multiple rows at one time now.
> It's mostly used to cache the results in the client side. But we still can
> only get one row by row at one time. I think it's better to let users also be
> able to get multiple rows if they want.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.