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
Fields in org.apache.hadoop.hbase declared as AsyncConnectionModifier and TypeFieldDescriptionprotected AsyncConnection
PerformanceEvaluation.AsyncTest.connection
Methods in org.apache.hadoop.hbase that return AsyncConnectionModifier and TypeMethodDescriptiondefault AsyncConnection
Server.getAsyncConnection()
Returns a reference to the servers' async connection.Methods in org.apache.hadoop.hbase with parameters of type AsyncConnectionModifier and TypeMethodDescription(package private) static PerformanceEvaluation.RunResult
PerformanceEvaluation.runOneClient
(Class<? extends PerformanceEvaluation.TestBase> cmd, org.apache.hadoop.conf.Configuration conf, Connection con, AsyncConnection asyncCon, PerformanceEvaluation.TestOptions opts, PerformanceEvaluation.Status status) Constructors in org.apache.hadoop.hbase with parameters of type AsyncConnectionModifierConstructorDescription(package private)
AsyncRandomReadTest
(AsyncConnection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
AsyncRandomWriteTest
(AsyncConnection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
AsyncScanTest
(AsyncConnection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
AsyncSequentialReadTest
(AsyncConnection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
AsyncSequentialWriteTest
(AsyncConnection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
AsyncTableTest
(AsyncConnection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) (package private)
AsyncTest
(AsyncConnection con, PerformanceEvaluation.TestOptions options, PerformanceEvaluation.Status status) -
Uses of AsyncConnection in org.apache.hadoop.hbase.client
Subinterfaces of AsyncConnection in org.apache.hadoop.hbase.clientModifier and TypeInterfaceDescriptioninterface
The asynchronous connection for internal usage.Classes in org.apache.hadoop.hbase.client that implement AsyncConnectionModifier and TypeClassDescription(package private) class
The implementation of AsyncClusterConnection.class
The implementation of AsyncConnection.class
Wraps aAsyncConnection
to make it can't be closed.Fields in org.apache.hadoop.hbase.client declared as AsyncConnectionMethods in org.apache.hadoop.hbase.client that return AsyncConnectionModifier and TypeMethodDescriptionConnection.toAsyncConnection()
Convert this connection to anAsyncConnection
.ConnectionOverAsyncConnection.toAsyncConnection()
SharedConnection.toAsyncConnection()
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
(URI connectionUri) CallConnectionFactory.createAsyncConnection(URI, Configuration)
using default HBaseConfiguration.static CompletableFuture<AsyncConnection>
ConnectionFactory.createAsyncConnection
(URI connectionUri, org.apache.hadoop.conf.Configuration conf) CallConnectionFactory.createAsyncConnection(Configuration, User)
using the givenconnectionUri
,conf
and a User object created byUserProvider
.static CompletableFuture<AsyncConnection>
ConnectionFactory.createAsyncConnection
(URI connectionUri, org.apache.hadoop.conf.Configuration conf, User user) Create a new AsyncConnection instance using the passedconnectionUri
,conf
anduser
.static CompletableFuture<AsyncConnection>
ConnectionFactory.createAsyncConnection
(URI connectionUri, org.apache.hadoop.conf.Configuration conf, User user, Map<String, byte[]> connectionAttributes) Create a new AsyncConnection instance using the passedconnectionUri
,conf
anduser
.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
.Constructors in org.apache.hadoop.hbase.client with parameters of type AsyncConnection -
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.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as AsyncConnectionConstructors in org.apache.hadoop.hbase.regionserver with parameters of type AsyncConnectionModifierConstructorDescription(package private)
SecureBulkLoadManager
(org.apache.hadoop.conf.Configuration conf, AsyncConnection conn) -
Uses of AsyncConnection in org.apache.hadoop.hbase.replication.regionserver
Methods in org.apache.hadoop.hbase.replication.regionserver with parameters of type AsyncConnectionModifier and TypeMethodDescriptionvoid
WALEntrySinkFilter.init
(AsyncConnection conn) Called after Construction. -
Uses of AsyncConnection in org.apache.hadoop.hbase.security.token
Methods in org.apache.hadoop.hbase.security.token with parameters of type AsyncConnectionModifier and TypeMethodDescriptionstatic CompletableFuture<org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier>>
ClientTokenUtil.obtainToken
(AsyncConnection conn) Obtain and return an authentication token for the current user.static CompletableFuture<org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier>>
TokenUtil.obtainToken
(AsyncConnection conn) Deprecated.External users should not use this method, will be removed in 4.0.0. -
Uses of AsyncConnection in org.apache.hadoop.hbase.thrift2.client
Methods in org.apache.hadoop.hbase.thrift2.client that return AsyncConnection