Hi
Don't use HTablePut.put() method, just HTable.close on the table you got from pool when you no longer need it. Don't worry, the table will be put back in the pool after you closed it.


On 03/14/2012 10:14 AM, 韶隆吴 wrote:
Hi all:
   From blogs I know HTablePool class is like ConnectionPool.But when I use
method putTable() ,my IDE noticed me
        The method putTable(HTableInterface) from the type HTablePool is
deprecated
   Is this class has been abandon?Do there any class like HTablePool instead?

Reply via email to