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 2010/01/27 20:45:34 UTC

[jira] Resolved: (HBASE-2172) Add constructor to Put for row key and timestamp

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

stack resolved HBASE-2172.
--------------------------

       Resolution: Fixed
    Fix Version/s: 0.21.0
     Hadoop Flags: [Reviewed]

Applied to TRUNK.  Thanks for the patch Lars.

> 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
>             Fix For: 0.21.0
>
>         Attachments: hbase-2172.patch
>
>
> Since HBASE-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.