Supported and Unsupported Methods in ConnectionFactory (HBase 0.98 and higher)

This table indicates which methods MapR-DB supports in the HBase class ConnectionFactory.

The following methods are supported with HBase tables, except where noted. For full details about this class, see Class ConnectionFactory.

Method Name Modifier and Type Description Supported?
HBase 0.98 HBase 1.1
createConnection() static Connection Create a new Connection instance using default HBaseConfiguration. No Yes
createConnection(org.apache.hadoop.conf.Configuration conf) static Connection Create a new Connection instance using the passed conf instance. Yes Yes
createConnection(org.apache.hadoop.conf.Configuration conf, ExecutorService pool) static Connection Create a new Connection instance using the passed conf instance. Yes Yes
createConnection(org.apache.hadoop.conf.Configuration conf, ExecutorService pool, User user) static Connection Create a new Connection instance using the passed conf instance. Yes Yes
createConnection(org.apache.hadoop.conf.Configuration conf, User user) static Connection Create a new Connection instance using the passed conf instance. Yes Yes
i In v0.98, this is HConnectionManager API.