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

Enis Soztutar commented on HBASE-11230:
---------------------------------------

In HBASE-11797 (subtask of HBASE-10602), we have created a {{Table}} interface 
to replace {{HTableInterface}}. I've left out the getRowOrBefore() from Table, 
but kept it in HTI for 0.99. Hence, I suggest closing this as implemented. What 
do you guys think? We should remove it from HTI as well? 

> Remove getRowOrBefore from HTableInterface and HTable
> -----------------------------------------------------
>
>                 Key: HBASE-11230
>                 URL: https://issues.apache.org/jira/browse/HBASE-11230
>             Project: HBase
>          Issue Type: Task
>            Reporter: Andrew Purtell
>             Fix For: 0.99.0
>
>
> The javadoc for HTable#getRowOrBefore says:
> {code}
>    * @deprecated As of version 0.92 this method is deprecated without
>    * replacement.   
>    * getRowOrBefore is used internally to find entries in hbase:meta and makes
>    * various assumptions about the table (which are true for hbase:meta but 
> not
>    * in general) to be efficient.
> {code}
> It's been deprecated long enough. We should remove it from the client API and 
> mark it as private.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to