[
https://issues.apache.org/jira/browse/HBASE-19214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16262791#comment-16262791
]
Peter Somogyi commented on HBASE-19214:
---------------------------------------
After further reviewing this I think {{void scan(Scan scan, C consumer)}} and
{{CompletableFuture<List<Result>> scanAll(Scan scan)}} can be left out from
Table since the behavior these are really focused on asynchronous data
processing.
The rest of the scan methods are identical in Table and AsyncTable interfaces.
My recommendation is not to add these 2 methods from Table. Any objection?
> Align scan in Table and AsyncTable
> ----------------------------------
>
> Key: HBASE-19214
> URL: https://issues.apache.org/jira/browse/HBASE-19214
> Project: HBase
> Issue Type: Sub-task
> Components: API, scan
> Affects Versions: 2.0.0-alpha-4
> Reporter: Peter Somogyi
> Priority: Minor
> Fix For: 2.0.0-beta-2
>
>
> Both interfaces include getScanner methods with the same signature.
> Additionally, AsyncTable has scan and scanAll methods which are not part of
> Table interface.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)