Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.security.token |
Modifier and Type | Method and Description |
---|---|
AsyncConnection |
Connection.toAsyncConnection()
Convert this connection to an
AsyncConnection . |
Modifier and Type | Method and Description |
---|---|
static CompletableFuture<AsyncConnection> |
ConnectionFactory.createAsyncConnection()
Call
ConnectionFactory.createAsyncConnection(Configuration) using default HBaseConfiguration. |
static CompletableFuture<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<AsyncConnection> |
ConnectionFactory.createAsyncConnection(org.apache.hadoop.conf.Configuration conf,
User user)
Create a new AsyncConnection instance using the passed
conf and user . |
Modifier and Type | Method and Description |
---|---|
static CompletableFuture<org.apache.hadoop.security.token.Token<AuthenticationTokenIdentifier>> |
ClientTokenUtil.obtainToken(AsyncConnection conn)
Obtain and return an authentication token for the current user.
|
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.