@InterfaceAudience.Private @Deprecated public class HTableUtil extends Object
| 构造器和说明 |
|---|
HTableUtil()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
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 |
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.
|
public static void bucketRsPut(HTable htable, List<Put> puts) throws IOException
htable - HTable instance for target HBase tableputs - List of Put instancesIOException - if a remote or network exception occurspublic static void bucketRsBatch(HTable htable, List<Row> rows) throws IOException
htable - HTable instance for target HBase tablerows - List of Row instancesIOException - if a remote or network exception occursCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.