程序包 | 说明 |
---|---|
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 . |
限定符和类型 | 接口和说明 |
---|---|
interface |
AsyncTable<C extends ScanResultConsumerBase>
The interface for asynchronous version of Table.
|
interface |
AsyncTableBuilder<C extends ScanResultConsumerBase>
For creating
AsyncTable . |
限定符和类型 | 接口和说明 |
---|---|
interface |
AdvancedScanResultConsumer
This is the low level API for asynchronous scan.
|
interface |
ScanResultConsumer
Receives
Result for an asynchronous scan. |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.