[ https://issues.apache.org/jira/browse/HBASE-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ryan Smith updated HBASE-1987: ------------------------------ Attachment: 1987.patch Adding some convenience methods to search through the Put object easier. > 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 > > Attachments: 1987.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.