| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| org.apache.hadoop.hbase.client.example | 
| Modifier and Type | Class and Description | 
|---|---|
| (package private) 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. | 
| Modifier and Type | Field and Description | 
|---|---|
| private AsyncConnection | HttpProxyExample. conn | 
| private AsyncConnection | HttpProxyExample.RequestHandler. conn | 
| Modifier and Type | Field and Description | 
|---|---|
| private AtomicReference<CompletableFuture<AsyncConnection>> | AsyncClientExample. future | 
| Modifier and Type | Method and Description | 
|---|---|
| private CompletableFuture<AsyncConnection> | AsyncClientExample. getConn() | 
| Constructor and Description | 
|---|
| RequestHandler(AsyncConnection conn,
              org.apache.hbase.thirdparty.io.netty.channel.group.ChannelGroup channelGroup) | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.