You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Anoop Sam John (JIRA)" <ji...@apache.org> on 2014/09/27 03:22:34 UTC

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

Anoop Sam John created HBASE-12111:
--------------------------------------

             Summary: 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


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.3.4#6332)