Andrew Purtell created HBASE-11230:
--------------------------------------
Summary: 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.2#6252)