|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@InterfaceAudience.Public @InterfaceStability.Stable public interface HTableInterfaceFactory
Defines methods to create new HTableInterface.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
-
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |