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.client
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.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
(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
.