You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2014/05/22 00:22:38 UTC

[jira] [Created] (HBASE-11230) Remove getRowOrBefore from HTableInterface and HTable

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)