| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | 
 Provides HBase Client 
 | 
| org.apache.hadoop.hbase.client.example | |
| org.apache.hadoop.hbase.master.webapp | 
| Modifier and Type | Class and Description | 
|---|---|
(package private) class  | 
AsyncConnectionImpl
The 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 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. | 
| 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)  | 
| Modifier and Type | Field and Description | 
|---|---|
private AsyncConnection | 
MetaBrowser.connection  | 
| Constructor and Description | 
|---|
MetaBrowser(AsyncConnection connection,
           javax.servlet.http.HttpServletRequest request)  | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.