Uses of Interface
org.apache.hadoop.hbase.client.AsyncConnection
Packages that use org.apache.hadoop.hbase.client.AsyncConnection
-
Uses of org.apache.hadoop.hbase.client.AsyncConnection in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.client.AsyncConnection in inModifier and TypeMethodDescriptiondefault org.apache.hadoop.hbase.client.AsyncConnection
Server.getAsyncConnection()
Returns a reference to the servers' async connection. -
Uses of org.apache.hadoop.hbase.client.AsyncConnection in org.apache.hadoop.hbase.client
Subinterfaces of org.apache.hadoop.hbase.client.AsyncConnection in in org.apache.hadoop.hbase.clientModifier and TypeInterfaceDescriptioninterface
org.apache.hadoop.hbase.client.AsyncClusterConnection
The asynchronous connection for internal usage.Classes in org.apache.hadoop.hbase.client that implement org.apache.hadoop.hbase.client.AsyncConnection in inModifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.client.AsyncConnectionImpl
The implementation of AsyncConnection.class
org.apache.hadoop.hbase.client.SharedAsyncConnection
Wraps aAsyncConnection
to make it can't be closed.Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.AsyncConnection in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.AsyncConnection
Connection.toAsyncConnection()
Convert this connection to anAsyncConnection
.org.apache.hadoop.hbase.client.AsyncConnection
SharedConnection.toAsyncConnection()
Methods in org.apache.hadoop.hbase.client that return types with arguments of type org.apache.hadoop.hbase.client.AsyncConnection in inModifier and TypeMethodDescriptionstatic CompletableFuture<org.apache.hadoop.hbase.client.AsyncConnection>
ConnectionFactory.createAsyncConnection()
CallConnectionFactory.createAsyncConnection(Configuration)
using default HBaseConfiguration.static CompletableFuture<org.apache.hadoop.hbase.client.AsyncConnection>
ConnectionFactory.createAsyncConnection
(URI connectionUri) CallConnectionFactory.createAsyncConnection(URI, Configuration)
using default HBaseConfiguration.static CompletableFuture<org.apache.hadoop.hbase.client.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<org.apache.hadoop.hbase.client.AsyncConnection>
ConnectionFactory.createAsyncConnection
(URI connectionUri, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.security.User user) Create a new AsyncConnection instance using the passedconnectionUri
,conf
anduser
.static CompletableFuture<org.apache.hadoop.hbase.client.AsyncConnection>
ConnectionFactory.createAsyncConnection
(URI connectionUri, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.security.User user, Map<String, byte[]> connectionAttributes) Create a new AsyncConnection instance using the passedconnectionUri
,conf
anduser
.static CompletableFuture<org.apache.hadoop.hbase.client.AsyncConnection>
ConnectionFactory.createAsyncConnection
(org.apache.hadoop.conf.Configuration conf) CallConnectionFactory.createAsyncConnection(Configuration, User)
using the givenconf
and a User object created byUserProvider
.static CompletableFuture<org.apache.hadoop.hbase.client.AsyncConnection>
ConnectionFactory.createAsyncConnection
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.security.User user) Create a new AsyncConnection instance using the passedconf
anduser
.static CompletableFuture<org.apache.hadoop.hbase.client.AsyncConnection>
ConnectionFactory.createAsyncConnection
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.security.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 org.apache.hadoop.hbase.client.AsyncConnection in inModifierConstructorDescriptionSharedAsyncConnection
(org.apache.hadoop.hbase.client.AsyncConnection conn)