org.apache.hadoop.hbase.hbql.impl
Class HTableWrapper

java.lang.Object
  extended by org.apache.hadoop.hbase.hbql.impl.HTableWrapper

public class HTableWrapper
extends Object


Constructor Summary
HTableWrapper(org.apache.hadoop.hbase.client.HTableInterface htable, org.apache.hadoop.hbase.client.HTablePool tablePool)
           
 
Method Summary
 org.apache.hadoop.hbase.client.HTableInterface getHTable()
           
 void releaseHTable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTableWrapper

public HTableWrapper(org.apache.hadoop.hbase.client.HTableInterface htable,
                     org.apache.hadoop.hbase.client.HTablePool tablePool)
Method Detail

getHTable

public org.apache.hadoop.hbase.client.HTableInterface getHTable()

releaseHTable

public void releaseHTable()


Copyright © 2011. All Rights Reserved.