Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Implemented
-
None
-
None
-
None
Description
The javadoc for HTable#getRowOrBefore says:
* @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.
It's been deprecated long enough. We should remove it from the client API and mark it as private.
Attachments
Issue Links
- is related to
-
PHOENIX-992 Replace hTable.getRowOrBefore with ReverseScan to get maxKey in StatsManagerImpl
- Closed
- relates to
-
HBASE-10856 Prep for 1.0
- Closed