Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.client.example | |
org.apache.hadoop.hbase.master.http | |
org.apache.hadoop.hbase.replication.regionserver |
Modifier and Type | Class and Description |
---|---|
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) |
Modifier and Type | Field and Description |
---|---|
private AsyncConnection |
ReplicationSink.sharedAsyncConnection
This shared
AsyncConnection is used for handling wal replication. |
Modifier and Type | Method and Description |
---|---|
private AsyncConnection |
ReplicationSink.getAsyncConnection()
Return the shared
AsyncConnection which is used for handling wal replication. |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.