ConnectionFactory and Connection.@Deprecated @InterfaceAudience.Public @InterfaceStability.Stable public interface HTableInterfaceFactory
| 限定符和类型 | 方法和说明 |
|---|---|
HTableInterface |
createHTableInterface(org.apache.hadoop.conf.Configuration config,
byte[] tableName)
已过时。
Creates a new HTableInterface.
|
void |
releaseHTableInterface(HTableInterface table)
已过时。
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–2021 The Apache Software Foundation. All rights reserved.