程序包 | 说明 |
---|---|
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 void |
HTableUtil.bucketRsBatch(HTable htable,
List<Row> rows)
已过时。
Processes a List of Rows (Put, Delete) and writes them to an HTable instance in RegionServer buckets via the htable.batch method.
|
static void |
HTableUtil.bucketRsPut(HTable htable,
List<Put> puts)
已过时。
Processes a List of Puts and writes them to an HTable instance in RegionServer buckets via the htable.put method.
|
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.