You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "ChiaPing Tsai (JIRA)" <ji...@apache.org> on 2016/10/27 16:10:58 UTC

[jira] [Created] (HBASE-16954) Unify HTable#checkAndDelete with AP

ChiaPing Tsai created HBASE-16954:
-------------------------------------

             Summary: Unify HTable#checkAndDelete with AP
                 Key: HBASE-16954
                 URL: https://issues.apache.org/jira/browse/HBASE-16954
             Project: HBase
          Issue Type: Sub-task
            Reporter: ChiaPing Tsai
            Priority: Minor


The HTable#checkAndDelete(byte[], byte[], byte[], byte[], Delete) can be implemented by HTable#checkAndDelete(byte[], byte[], byte[], byte[], CompareType.EQUAL, Delete). As a result, all HTable#checkAndDelete methods can be unified with AP.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)