[ 
https://issues.apache.org/jira/browse/HBASE-19430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16278038#comment-16278038
 ] 

ramkrishna.s.vasudevan commented on HBASE-19430:
------------------------------------------------

The SettableTimestamp API
{code}
setTimestamp(byte[] ts, int tsOffset)
{code}
is probably not needed. And just add setSequncedId(long seqId) and 
setTimeStamp(ts) to Extendedcell. And no longer these methods will be exposed 
to CP since ExtendedCell is private. If at all CP needs to create a cell with 
TS it has to go with the cell builder way.

> Remove the SettableTimestamp and SettableSequenceId
> ---------------------------------------------------
>
>                 Key: HBASE-19430
>                 URL: https://issues.apache.org/jira/browse/HBASE-19430
>             Project: HBase
>          Issue Type: Task
>            Reporter: Chia-Ping Tsai
>
> They are introduced by HBASE-11777 and HBASE-12082. Both of them are IA.LP 
> and denoted with deprecated. To my way of thinking, we should remove them 
> before 2.0 release.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to