[
https://issues.apache.org/jira/browse/HBASE-18766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16167286#comment-16167286
]
Hudson commented on HBASE-18766:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3716 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/3716/])
HBASE-18766 Make TableSnapshotScanner Audience Private (stack: rev
9c5b03acd72713f1a9956086ad0a6f4b389deaae)
* (edit)
hbase-server/src/main/java/org/apache/hadoop/hbase/client/TableSnapshotScanner.java
> Make TableSnapshotScanner Audience Private
> ------------------------------------------
>
> Key: HBASE-18766
> URL: https://issues.apache.org/jira/browse/HBASE-18766
> Project: HBase
> Issue Type: Task
> Reporter: stack
> Assignee: Chia-Ping Tsai
> Labels: beginner
> Fix For: 2.0.0-alpha-3
>
> Attachments: HBASE-18766.v0.patch
>
>
> 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)