Add constructor to Put for row key and timestamp
------------------------------------------------
Key: HBASE-2172
URL: https://issues.apache.org/jira/browse/HBASE-2172
Project: Hadoop HBase
Issue Type: Improvement
Components: client
Affects Versions: 0.20.2
Reporter: Lars Francke
Assignee: Lars Francke
Priority: Minor
Attachments: hbase-2172.patch
Since HBAS-1930 the setTimestamp method of Put has been removed and replaced by
a constructor taking the row key, timestamp and row lock (which can be null).
This patch only adds another constructor for convenience: row key and timestamp
(without the row lock). But delegates to the aforementioned constructor.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.