Uses of Interface
org.apache.hadoop.hbase.client.AsyncConnection

Packages that use org.apache.hadoop.hbase.client.AsyncConnection
Package
Description
Provides HBase Client
  • 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 in
    Modifier and Type
    Class
    Description
    class 
    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 in
    Modifier and Type
    Method
    Description
    static CompletableFuture<org.apache.hadoop.hbase.client.AsyncConnection>
    ConnectionFactory.createAsyncConnection()
    Call ConnectionFactory.createAsyncConnection(Configuration) using default HBaseConfiguration.
    static CompletableFuture<org.apache.hadoop.hbase.client.AsyncConnection>
    ConnectionFactory.createAsyncConnection(org.apache.hadoop.conf.Configuration conf)
    Call ConnectionFactory.createAsyncConnection(Configuration, User) using the given conf and a User object created by UserProvider.
    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 passed conf and user.
    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 passed conf and user.