[ 
https://issues.apache.org/jira/browse/HBASE-14047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ashish Singhi updated HBASE-14047:
----------------------------------
    Release Note: 
The following API from Cell (which were deprecated since past few major 
versions) are removed now.
getRow
getFamily
getQualifier
getValue
getMvccVersion
The above apis can be replaced with their respective CellUtil#cloneXXX 
(allocates a copy) or Cell#getXXXArray (essentially just returns a pointer) 
based on the use case.

  was:
The following API from Cell (which were deprecated since past few major 
versions) are removed now.
getRow
getFamily
getQualifier
getValue
getMvccVersion


Updated the release note. Pls edit it if something is missing.

> Cleanup deprecated APIs from Cell class
> ---------------------------------------
>
>                 Key: HBASE-14047
>                 URL: https://issues.apache.org/jira/browse/HBASE-14047
>             Project: HBase
>          Issue Type: Improvement
>          Components: Client
>    Affects Versions: 2.0.0
>            Reporter: Ashish Singhi
>            Assignee: Ashish Singhi
>             Fix For: 2.0.0
>
>         Attachments: HBASE-14047-v1.patch, HBASE-14047-v2.patch, 
> HBASE-14047-v3.patch, HBASE-14047-v4.patch, HBASE-14047-v5.patch, 
> HBASE-14047-v6.patch, HBASE-14047-v7.patch, HBASE-14047.patch
>
>
> Cleanup deprecated APIs from Cell class



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

Reply via email to