[
https://issues.apache.org/jira/browse/HBASE-19031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220577#comment-16220577
]
stack commented on HBASE-19031:
-------------------------------
The deprecation in RemoteHTable was added by this which shipped in version 0.99
tree 9ea2b68183049c62f4216ebd09fee17868ab4983
parent 310ac4f71d0c8f28aa8dd8aa2b144fcf206dc83f
author Enis Soztutar <[email protected]> Tue Sep 2 13:07:02 2014 -0700
committer Enis Soztutar <[email protected]> Tue Sep 2 13:07:02 2014 -0700
HBASE-11797 Create Table interface to replace HTableInterface (Carter)
... so the removal is fine.
+1 from me on patch.
> Align exist method in Table and AsyncTable interfaces
> -----------------------------------------------------
>
> Key: HBASE-19031
> URL: https://issues.apache.org/jira/browse/HBASE-19031
> Project: HBase
> Issue Type: Sub-task
> Components: asyncclient, Client
> Affects Versions: 2.0.0-alpha-3
> Reporter: Peter Somogyi
> Assignee: Peter Somogyi
> Priority: Critical
> Fix For: 2.0.0-beta-1
>
> Attachments: HBASE-19031.master.001.patch,
> HBASE-19031.master.002.patch
>
>
> Table and AsyncTable have the ability to pass a list to {{exist}} method
> similarly to other operations like get, delete.
> However, {{boolean[] existsAll(List<Get> gets)}} does not use the same
> pattern in Table. It should look like {{boolean[] exists(List<Get> gets)}} to
> match.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)