You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Peter Somogyi (JIRA)" <ji...@apache.org> on 2017/10/28 18:52:00 UTC

[jira] [Created] (HBASE-19115) Change return type of exists(List) and get(List) in Table interface

Peter Somogyi created HBASE-19115:
-------------------------------------

             Summary: Change return type of exists(List) and get(List) in Table interface
                 Key: HBASE-19115
                 URL: https://issues.apache.org/jira/browse/HBASE-19115
             Project: HBase
          Issue Type: Improvement
          Components: API
    Affects Versions: 2.0.0-alpha-3
            Reporter: Peter Somogyi
            Priority: Minor


In Table interface the return type of {{boolean[] exists(List<Get> gets)}} and {{Result[] get(List<Get> gets)}} should be List or Collection because they are more flexible to use.



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