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

Chia-Ping Tsai commented on HBASE-19112:
----------------------------------------

I feel we should process the client module and common module first as it has us 
think how to put the {{RawCell}} in the right place for user. For example,
# deprecate the Put#add(Cell) and add the Put#add(RawCell). ditto for 
Delete/Append/Increment
# change the {{Cell}} reference to {{RawCell}} for Put.  ditto for 
Delete/Append/Increment
# make Scan#setRaw be IA.LP
# make {{Result}} be interface in order to introduce the {{RawResult} which 
carries the {{RawCell}} for raw scan 
# introduce the {{RawResultScanner}} for raw scan
# adding the {{RawCellComparator}}, {{RawCellBuilder}}, {{RawCellScannable}}, 
and {{RawCellScanner}} 
# deprecate the help methods which get tag/type from {{Cell}}, and then add the 
alternative help methods which apply the {{RawCell}}.



> Suspect methods on Cell to be deprecated
> ----------------------------------------
>
>                 Key: HBASE-19112
>                 URL: https://issues.apache.org/jira/browse/HBASE-19112
>             Project: HBase
>          Issue Type: Bug
>          Components: Client
>            Reporter: Josh Elser
>            Assignee: ramkrishna.s.vasudevan
>            Priority: Blocker
>             Fix For: 2.0.0-beta-1
>
>
> [~chia7712] suggested on the [mailing 
> list|https://lists.apache.org/thread.html/e6de9af26d9b888a358ba48bf74655ccd893573087c032c0fcf01585@%3Cdev.hbase.apache.org%3E]
>  that we have some methods on Cell which should be deprecated for removal:
> * {{#getType()}}
> * {{#getTimestamp()}}
> * {{#getTag()}}
> * {{#getSequenceId()}}
> Let's make a pass over these (and maybe the rest) to make sure that there 
> aren't others which are either implementation details or methods returning 
> now-private-marked classes.



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

Reply via email to