You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Chia-Ping Tsai (JIRA)" <ji...@apache.org> on 2017/09/07 17:57:00 UTC

[jira] [Commented] (HBASE-18766) Make TableSnapshotScanner Audience Private

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

Chia-Ping Tsai commented on HBASE-18766:
----------------------------------------

[~stack] Our docs say *If you are looking to contribute to Apache HBase, look for issues in JIRA tagged with the label 'beginner'*., so I add the "beginner" label.

> Make TableSnapshotScanner Audience Private
> ------------------------------------------
>
>                 Key: HBASE-18766
>                 URL: https://issues.apache.org/jira/browse/HBASE-18766
>             Project: HBase
>          Issue Type: Task
>            Reporter: stack
>              Labels: beginner
>
> From HBASE-10462 API cleanup. TableSnapshotScanner should be Audience Private. It should not be public. See HBASE-10462 for [~enis] rationale. If private, then there needs to be a way to construct it. It is awkward since we normally construct 'Table' by getting one from a Connection. Enis suggests:
> bq. Maybe we can do a SnapshotConnection which returns a ConnectionTable, which returns the scanner. Since connection is the factory to everything, I think this approach is the most clean.
> Sounds good.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)