| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
Table of Contents
Overview
Example API Usage
Overview
To administer HBase, create and drop tables, list and alter tables,
use
Admin. |
| 限定符和类型 | 方法和说明 |
|---|---|
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. |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.