| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | 
 Provides HBase Client 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static CompletableFuture<AsyncConnection> | 
ConnectionFactory.createAsyncConnection()
Call  
ConnectionFactory.createAsyncConnection(Configuration) using default HBaseConfiguration. | 
static CompletableFuture<AsyncConnection> | 
ConnectionFactory.createAsyncConnection(org.apache.hadoop.conf.Configuration conf)
Call  
ConnectionFactory.createAsyncConnection(Configuration, User) using the given conf and a
 User object created by UserProvider. | 
static CompletableFuture<AsyncConnection> | 
ConnectionFactory.createAsyncConnection(org.apache.hadoop.conf.Configuration conf,
                     User user)
Create a new AsyncConnection instance using the passed  
conf and user. | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.