Uses of Interface
org.apache.hadoop.hbase.client.AsyncConnection
Packages that use AsyncConnection
Package
Description
Provides HBase Client
-
Uses of AsyncConnection in org.apache.hadoop.hbase.client
Classes in org.apache.hadoop.hbase.client that implement AsyncConnectionModifier and TypeClassDescriptionclass
The implementation of AsyncConnection.Methods in org.apache.hadoop.hbase.client that return types with arguments of type AsyncConnectionModifier 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
Fields in org.apache.hadoop.hbase.client.example declared as AsyncConnectionModifier and TypeFieldDescriptionprivate AsyncConnection
HttpProxyExample.conn
private final AsyncConnection
HttpProxyExample.RequestHandler.conn
Fields in org.apache.hadoop.hbase.client.example with type parameters of type AsyncConnectionModifier and TypeFieldDescriptionprivate final AtomicReference<CompletableFuture<AsyncConnection>>
AsyncClientExample.future
Methods in org.apache.hadoop.hbase.client.example that return types with arguments of type AsyncConnectionModifier and TypeMethodDescriptionprivate CompletableFuture<AsyncConnection>
AsyncClientExample.getConn()
Constructors in org.apache.hadoop.hbase.client.example with parameters of type AsyncConnectionModifierConstructorDescriptionRequestHandler
(AsyncConnection conn, org.apache.hbase.thirdparty.io.netty.channel.group.ChannelGroup channelGroup) -
Uses of AsyncConnection in org.apache.hadoop.hbase.master.http
Fields in org.apache.hadoop.hbase.master.http declared as AsyncConnectionConstructors in org.apache.hadoop.hbase.master.http with parameters of type AsyncConnectionModifierConstructorDescriptionMetaBrowser
(AsyncConnection connection, javax.servlet.http.HttpServletRequest request) -
Uses of AsyncConnection in org.apache.hadoop.hbase.replication.regionserver
Fields in org.apache.hadoop.hbase.replication.regionserver declared as AsyncConnectionModifier and TypeFieldDescriptionprivate AsyncConnection
ReplicationSink.sharedAsyncConnection
This sharedAsyncConnection
is used for handling wal replication.Methods in org.apache.hadoop.hbase.replication.regionserver that return AsyncConnectionModifier and TypeMethodDescriptionprivate AsyncConnection
ReplicationSink.getAsyncConnection()
Return the sharedAsyncConnection
which is used for handling wal replication.