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.21.0, 0.22.0, 0.20.3
         Environment: N/A
            Reporter: Ryan Smith
            Priority: Minor
             Fix For: 0.20.2, 0.21.0, 0.22.0, 0.20.3


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.

Reply via email to