Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5729E11F06 for ; Mon, 19 May 2014 17:02:39 +0000 (UTC) Received: (qmail 89946 invoked by uid 500); 19 May 2014 17:02:39 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 89888 invoked by uid 500); 19 May 2014 17:02:39 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 89812 invoked by uid 99); 19 May 2014 17:02:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 May 2014 17:02:39 +0000 Date: Mon, 19 May 2014 17:02:39 +0000 (UTC) From: "Nicolas Liochon (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-11202) Cleanup on HRegion class 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-11202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Liochon updated HBASE-11202: ------------------------------------ Status: Patch Available (was: Open) > Cleanup on HRegion class > ------------------------ > > Key: HBASE-11202 > URL: https://issues.apache.org/jira/browse/HBASE-11202 > Project: HBase > Issue Type: Bug > Components: regionserver > Affects Versions: 0.99.0 > Reporter: Nicolas Liochon > Assignee: Nicolas Liochon > Priority: Minor > Fix For: 0.99.0 > > Attachments: 11202.v1.patch > > > This is mostly trivial stuff > - remove some methods not used > - typos > - remove some @param w/o any info > - change the code that uses deprecated methods > The only non trivial change is when we get the store from a cell: instead of using the map, we iterate on the key set. Likely, it would be better to hava a sorted array instead of a Map, as the number of store is fixed. Could be done in a later patch. -- This message was sent by Atlassian JIRA (v6.2#6252)