Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3C92E11A3A for ; Wed, 3 Sep 2014 00:22:59 +0000 (UTC) Received: (qmail 59044 invoked by uid 500); 3 Sep 2014 00:22:53 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 58894 invoked by uid 500); 3 Sep 2014 00:22:53 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 58712 invoked by uid 99); 3 Sep 2014 00:22:53 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Sep 2014 00:22:53 +0000 Date: Wed, 3 Sep 2014 00:22:53 +0000 (UTC) From: "Enis Soztutar (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-11230) Remove getRowOrBefore from HTableInterface and HTable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-11230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar resolved HBASE-11230. ----------------------------------- Resolution: Implemented Implemented as a part of HBASE-11797 > 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, 2.0.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)