Packages that use org.apache.hadoop.hbase.client.AsyncConnection
-
class
org.apache.hadoop.hbase.client.AsyncConnectionImpl
The implementation of AsyncConnection.
ConnectionFactory.createAsyncConnection()
Call ConnectionFactory.createAsyncConnection(Configuration)
using default HBaseConfiguration.
ConnectionFactory.createAsyncConnection(org.apache.hadoop.conf.Configuration conf)
Call ConnectionFactory.createAsyncConnection(Configuration, User)
using the given conf
and a
User object created by UserProvider
.
ConnectionFactory.createAsyncConnection(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hbase.security.User user)
Create a new AsyncConnection instance using the passed conf
and user
.
ConnectionFactory.createAsyncConnection(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hbase.security.User user,
Map<String,byte[]> connectionAttributes)
Create a new AsyncConnection instance using the passed conf
and user
.