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

Hudson commented on HBASE-19031:
--------------------------------

FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3964 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/3964/])
HBASE-19031 Align exist method in Table and AsyncTable interfaces (chia7712: 
rev 482d6bd3a4209b3c642b41ed4e42602a789e8369)
* (edit) 
hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/client/RemoteHTable.java
* (edit) hbase-client/src/main/java/org/apache/hadoop/hbase/client/Table.java
* (edit) hbase-client/src/main/java/org/apache/hadoop/hbase/client/HTable.java
* (edit) 
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/RegionAsTable.java


> 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, HBASE-19031.master.002.patch, 
> HBASE-19031.master.003.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)

Reply via email to