ConnectionFactory and Connection.@Deprecated @InterfaceAudience.Public @InterfaceStability.Stable public interface HTableInterfaceFactory
| Modifier and Type | Method and Description | 
|---|---|
HTableInterface | 
createHTableInterface(org.apache.hadoop.conf.Configuration config,
                     byte[] tableName)
Deprecated.  
Creates a new HTableInterface. 
 | 
void | 
releaseHTableInterface(HTableInterface table)
Deprecated.  
Release the HTable resource represented by the table. 
 | 
HTableInterface createHTableInterface(org.apache.hadoop.conf.Configuration config, byte[] tableName)
config - HBaseConfiguration instance.tableName - name of the HBase table.void releaseHTableInterface(HTableInterface table) throws IOException
table - IOExceptionCopyright © 2007-2017 The Apache Software Foundation. All Rights Reserved.