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

Nick Dimiduk resolved HBASE-16001.
----------------------------------
    Resolution: Duplicate

> Support batching of CAS operations
> ----------------------------------
>
>                 Key: HBASE-16001
>                 URL: https://issues.apache.org/jira/browse/HBASE-16001
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Nick Dimiduk
>
> CAS operations are made available only via direct calls to 
> {{Table#checkAndXXX}}. There's no Mutation type for {{checkAndPut}} for 
> example. That means they cannot be used with {{BufferedMutator}}'s batching 
> capabilities, they must be sent one-for-one with an RPC. Extend the 
> {{Mutation}} type hierarchy to support sending these CAS operations more 
> efficiently.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to