| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AsyncConnectionImplThe implementation of AsyncConnection. | 
| 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 givenconfand a
 User object created byUserProvider. | 
| static CompletableFuture<AsyncConnection> | ConnectionFactory. createAsyncConnection(org.apache.hadoop.conf.Configuration conf,
                     User user)Create a new AsyncConnection instance using the passed  confanduser. | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.