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

stack updated HBASE-1574:
-------------------------

    Attachment: batchdelete-v2.patch

This is a bit better.  The "common" interface is Row.. things that have a row 
can implement Row.  Row has a getRow method.  Thats it.  I had RowComparable as 
the interface but thought it better to leave the two concepts distinct in case 
we want Row without Comparable.

In this patch, the duplication of code is gone.  We instantiate a Batch private 
utility class to run the batching.

J-D (or Holstad), review please.

I'm not upping the RPC version  number because I want this to go into 0.20.1 
(upping RPC version will make 0.20.0 incompatible with 0.20.1).  I figure its 
ok because this is straight addtion of new method.

> Client and server APIs to do batch deletes.
> -------------------------------------------
>
>                 Key: HBASE-1574
>                 URL: https://issues.apache.org/jira/browse/HBASE-1574
>             Project: Hadoop HBase
>          Issue Type: Bug
>    Affects Versions: 0.20.0
>            Reporter: ryan rawson
>             Fix For: 0.20.1
>
>         Attachments: batchdelete-v2.patch, batchdelete.patch
>
>
> in 880 there is no way to do a batch delete (anymore?).  We should add one 
> back in.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to