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 598881749F for ; Wed, 29 Apr 2015 04:09:05 +0000 (UTC) Received: (qmail 84683 invoked by uid 500); 29 Apr 2015 04:09:04 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 84584 invoked by uid 500); 29 Apr 2015 04:09:04 -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 84572 invoked by uid 99); 29 Apr 2015 04:09:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2015 04:09:04 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: message received from 54.164.171.186 which is an MX secondary for dev@hbase.apache.org) Received: from [54.164.171.186] (HELO mx1-us-east.apache.org) (54.164.171.186) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2015 04:08:58 +0000 Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id C444243BAB for ; Wed, 29 Apr 2015 04:08:37 +0000 (UTC) Received: by wiun10 with SMTP id n10so51367247wiu.1 for ; Tue, 28 Apr 2015 21:08:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:mime-version:subject :message-id:date:references:in-reply-to:to; bh=LsQA03SJD62Q6pnJName6wsrbIi54018Uuuf+2jk9kU=; b=Nh3fDKxuUsLDh0K+lhD3NoFNwmNyIJjFapDwbAQqVQ1wZECocCfGIbnGTMGxS0Gwvf f/8fkMTrdMANOJtel/g+zVjHkgtMFvccFjF1wjvzsP6oP4TOMZjn0oo8WGB3APd4mmls ZWLf6OCt43Ijo3f4JkUfVkRufT7Vn+PmkDNZBbufh1Pxh36O+2PFkQ82igaO8SeToUg7 CCWd3XDzVLTiTx6bWdLDS1YVOBjop1dNAIf+fKUJEuEcXkZ5frHkVsWpD6dW9cqge5tk eamZ42qO2goCVKDPLwLfbOw13ooxAhR4cwyye3T7F5GS3Y55ra7aNtGPSn4jxwchJK0p OzrA== X-Received: by 10.180.93.193 with SMTP id cw1mr4914763wib.12.1430280517100; Tue, 28 Apr 2015 21:08:37 -0700 (PDT) Received: from [192.168.0.160] (bzq-218-172-31.red.bezeqint.net. [81.218.172.31]) by mx.google.com with ESMTPSA id e2sm19260169wix.15.2015.04.28.21.08.36 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 28 Apr 2015 21:08:36 -0700 (PDT) From: Lars George Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) Subject: Re: H prefix Message-Id: Date: Wed, 29 Apr 2015 07:08:35 +0300 References: In-Reply-To: To: "dev@hbase.apache.org" X-Mailer: iPhone Mail (12F70) X-Virus-Checked: Checked by ClamAV on apache.org There are more like this, for example HColumnDescriptor or HTableDescriptor.= Especially the latter does not match Table anymore.=20 Sent from my iPhone > On 29 Apr 2015, at 02:51, Jean-Marc Spaggiari wr= ote: >=20 > Hi team, >=20 > We moved from HTable to Table, from HConnection to Connection, etc. >=20 > But what's about HRegionLocator? We already have RegionLocator which is th= e > interface. Should we rename HRegionLocator someting like RegionLocatorImpl= > or DefaultRegionLocator? >=20 > JM