HConnectionManager.createConnection(Configuration)
.@InterfaceAudience.Public @InterfaceStability.Stable @Deprecated public class HTableFactory extends Object implements HTableInterfaceFactory
Constructor and Description |
---|
HTableFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.hbase.client.HTableInterface |
createHTableInterface(org.apache.hadoop.conf.Configuration config,
byte[] tableName)
Deprecated.
Creates a new HTableInterface.
|
void |
releaseHTableInterface(org.apache.hadoop.hbase.client.HTableInterface table)
Deprecated.
Release the HTable resource represented by the table.
|
public org.apache.hadoop.hbase.client.HTableInterface createHTableInterface(org.apache.hadoop.conf.Configuration config, byte[] tableName)
HTableInterfaceFactory
createHTableInterface
in interface HTableInterfaceFactory
config
- HBaseConfiguration instance.tableName
- name of the HBase table.public void releaseHTableInterface(org.apache.hadoop.hbase.client.HTableInterface table) throws IOException
HTableInterfaceFactory
releaseHTableInterface
in interface HTableInterfaceFactory
IOException
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.