You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2017/09/06 05:05:00 UTC

[jira] [Updated] (HBASE-12111) Remove deprecated APIs from Mutation(s)

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

stack updated HBASE-12111:
--------------------------
    Release Note: 
Removed the below from hbase-2 (were deprecated on release of hbase-1.0.0)

Mutation setWriteToWAL(boolean)
boolean getWriteToWAL()
Mutation setFamilyMap(NavigableMap<byte [], List<KeyValue>>)
NavigableMap<byte [], List<KeyValue>> getFamilyMap()

> Remove deprecated APIs from Mutation(s)
> ---------------------------------------
>
>                 Key: HBASE-12111
>                 URL: https://issues.apache.org/jira/browse/HBASE-12111
>             Project: HBase
>          Issue Type: Sub-task
>          Components: Client
>            Reporter: Anoop Sam John
>            Assignee: Anoop Sam John
>             Fix For: 2.0.0
>
>         Attachments: HBASE-12111.patch, HBASE-12111.patch
>
>
> Mutation setWriteToWAL(boolean)
> boolean getWriteToWAL()
> Mutation setFamilyMap(NavigableMap<byte [], List<KeyValue>>)
> NavigableMap<byte [], List<KeyValue>> getFamilyMap()
> To be removed from Mutation and the setters from Put/Delete/Increment/Append as well.



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