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

Lars Hofhansl commented on HBASE-4439:
--------------------------------------

I think the preferred/default route would still be to go through 
HTable.getScanner(...). So for standard clients nothing would change.
More advanced clients now have an example of how to do a stand alone client 
side scanner.

In the end this mostly a refactoring to make the cleaner.

                
> Move ClientScanner out of HTable
> --------------------------------
>
>                 Key: HBASE-4439
>                 URL: https://issues.apache.org/jira/browse/HBASE-4439
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 0.94.0
>            Reporter: Lars Hofhansl
>            Assignee: Lars Hofhansl
>            Priority: Minor
>             Fix For: 0.94.0
>
>         Attachments: 4439-v1.txt, 4439-v2.txt, 4439.txt
>
>
> See HBASE-1935 for motivation.
> ClientScanner should be able to exist outside of HTable.
> While we're at it, we can also add an abstract client scanner to easy 
> development of new client side scanners (such as parallel scanners, or per 
> region scanners).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to