You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2009/11/24 23:12:39 UTC

[jira] Updated: (HBASE-1985) change HTable.delete(ArrayList) to HTable.delete(List)

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

stack updated HBASE-1985:
-------------------------

    Attachment: 1985.patch

> change HTable.delete(ArrayList) to HTable.delete(List)
> ------------------------------------------------------
>
>                 Key: HBASE-1985
>                 URL: https://issues.apache.org/jira/browse/HBASE-1985
>             Project: Hadoop HBase
>          Issue Type: Improvement
>    Affects Versions: 0.20.1
>            Reporter: Peter Rietzler
>            Priority: Trivial
>         Attachments: 1985.patch
>
>
> This is just a trivial API enhancement. 
> HTable.delete takes an ArrayList as its argument which is clumsy to use because application code seldom passes around direct instances of ArrayList but typically just the List interface is used. Should be streamlined with put which takes a List.

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