You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "ramkrishna.s.vasudevan (JIRA)" <ji...@apache.org> on 2014/04/18 09:22:14 UTC

[jira] [Created] (HBASE-11027) Remove kv.isDeleteXX() and related methods and use CellUtil apis.

ramkrishna.s.vasudevan created HBASE-11027:
----------------------------------------------

             Summary: Remove kv.isDeleteXX() and related methods and use CellUtil apis.
                 Key: HBASE-11027
                 URL: https://issues.apache.org/jira/browse/HBASE-11027
             Project: HBase
          Issue Type: Sub-task
            Reporter: ramkrishna.s.vasudevan
            Assignee: ramkrishna.s.vasudevan
             Fix For: 0.99.0


WE have code like 
{code}
kv.isLatestTimestamp() && kv.isDeleteType()
{code}
We could remove them and use CellUtil.isDeleteType() so that Cells can be directly used instead of Converting a cell to kv.



--
This message was sent by Atlassian JIRA
(v6.2#6252)