Uses of Interface
org.apache.hadoop.hbase.client.AsyncConnection
Package
Description
Provides HBase Client
-
Uses of AsyncConnection in org.apache.hadoop.hbase.client
Modifier and TypeClassDescriptionclass
The implementation of AsyncConnection.Modifier and TypeMethodDescriptionstatic CompletableFuture<AsyncConnection>
ConnectionFactory.createAsyncConnection()
CallConnectionFactory.createAsyncConnection(Configuration)
using default HBaseConfiguration.static CompletableFuture<AsyncConnection>
ConnectionFactory.createAsyncConnection
(org.apache.hadoop.conf.Configuration conf) CallConnectionFactory.createAsyncConnection(Configuration, User)
using the givenconf
and 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 passedconf
anduser
.static CompletableFuture<AsyncConnection>
ConnectionFactory.createAsyncConnection
(org.apache.hadoop.conf.Configuration conf, User user, Map<String, byte[]> connectionAttributes) Create a new AsyncConnection instance using the passedconf
anduser
. -
Uses of AsyncConnection in org.apache.hadoop.hbase.client.example
Modifier and TypeFieldDescriptionprivate AsyncConnection
HttpProxyExample.conn
private final AsyncConnection
HttpProxyExample.RequestHandler.conn
Modifier and TypeFieldDescriptionprivate final AtomicReference<CompletableFuture<AsyncConnection>>
AsyncClientExample.future
Modifier and TypeMethodDescriptionprivate CompletableFuture<AsyncConnection>
AsyncClientExample.getConn()
ModifierConstructorDescriptionRequestHandler
(AsyncConnection conn, org.apache.hbase.thirdparty.io.netty.channel.group.ChannelGroup channelGroup) -
Uses of AsyncConnection in org.apache.hadoop.hbase.master.http
ModifierConstructorDescriptionMetaBrowser
(AsyncConnection connection, javax.servlet.http.HttpServletRequest request) -
Uses of AsyncConnection in org.apache.hadoop.hbase.replication.regionserver
Modifier and TypeFieldDescriptionprivate AsyncConnection
ReplicationSink.sharedAsyncConnection
This sharedAsyncConnection
is used for handling wal replication.Modifier and TypeMethodDescriptionprivate AsyncConnection
ReplicationSink.getAsyncConnection()
Return the sharedAsyncConnection
which is used for handling wal replication.