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 AsyncConnectionPerformanceEvaluation.AsyncTest.connectionMethods in org.apache.hadoop.hbase that return AsyncConnectionModifier and TypeMethodDescriptiondefault AsyncConnectionServer.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.RunResultPerformanceEvaluation.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 TypeInterfaceDescriptioninterfaceThe asynchronous connection for internal usage.Classes in org.apache.hadoop.hbase.client that implement AsyncConnectionModifier and TypeClassDescription(package private) classThe implementation of AsyncClusterConnection.classThe implementation of AsyncConnection.classWraps aAsyncConnectionto 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,confand 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,confanduser.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,confanduser.static CompletableFuture<AsyncConnection>ConnectionFactory.createAsyncConnection(org.apache.hadoop.conf.Configuration conf) CallConnectionFactory.createAsyncConnection(Configuration, User)using the givenconfand 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 passedconfanduser.static CompletableFuture<AsyncConnection>ConnectionFactory.createAsyncConnection(org.apache.hadoop.conf.Configuration conf, User user, Map<String, byte[]> connectionAttributes) Create a new AsyncConnection instance using the passedconfanduser.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 AsyncConnectionHttpProxyExample.connprivate final AsyncConnectionHttpProxyExample.RequestHandler.connFields in org.apache.hadoop.hbase.client.example with type parameters of type AsyncConnectionModifier and TypeFieldDescriptionprivate final AtomicReference<CompletableFuture<AsyncConnection>>AsyncClientExample.futureMethods 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 TypeMethodDescriptionvoidWALEntrySinkFilter.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