You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Jean-Marc Spaggiari <je...@spaggiari.org> on 2015/04/29 01:51:11 UTC

H prefix

Hi team,

We moved from HTable to Table, from HConnection to Connection, etc.

But what's about HRegionLocator? We already have RegionLocator which is the
interface. Should we rename HRegionLocator someting like RegionLocatorImpl
or DefaultRegionLocator?

JM

Re: H prefix

Posted by Lars George <la...@gmail.com>.
There are more like this, for example HColumnDescriptor or HTableDescriptor. Especially the latter does not match Table anymore. 

Sent from my iPhone

> On 29 Apr 2015, at 02:51, Jean-Marc Spaggiari <je...@spaggiari.org> wrote:
> 
> Hi team,
> 
> We moved from HTable to Table, from HConnection to Connection, etc.
> 
> But what's about HRegionLocator? We already have RegionLocator which is the
> interface. Should we rename HRegionLocator someting like RegionLocatorImpl
> or DefaultRegionLocator?
> 
> JM