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 21:27:39 UTC

[jira] Resolved: (HBASE-1987) The Put object has no simple read methods for checking what has already been added.

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

stack resolved HBASE-1987.
--------------------------

      Resolution: Fixed
        Assignee: Ryan Smith
    Release Note: Adds Put#has methods.

Committed branch and trunk.  Thanks for the patch Ryan.

> The Put object has no simple read methods for checking what has already been added.
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-1987
>                 URL: https://issues.apache.org/jira/browse/HBASE-1987
>             Project: Hadoop HBase
>          Issue Type: New Feature
>          Components: client
>    Affects Versions: 0.20.1, 0.20.2, 0.20.3, 0.21.0, 0.22.0
>         Environment: N/A
>            Reporter: Ryan Smith
>            Assignee: Ryan Smith
>            Priority: Minor
>             Fix For: 0.20.3, 0.21.0, 0.22.0
>
>         Attachments: 1987-0.20.2.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Once data is added to a Put object, there is no simple method equivalent to add() to tell what KeyValue objects have already been added to the familyMap.  It would make sense to add a getter and a boolean method or 2 for ease of use to read/search the familyMap.

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