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 TypeClassDescriptionclassorg.apache.hadoop.hbase.client.AsyncConnectionImplThe 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 givenconfand 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 passedconfanduser.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 passedconfanduser.