| 程序包 | 说明 |
|---|---|
| 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. |
| org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
| org.apache.hadoop.hbase.shaded.protobuf |
| 限定符和类型 | 方法和说明 |
|---|---|
Scan.ReadType |
Scan.getReadType() |
static Scan.ReadType |
Scan.ReadType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Scan.ReadType[] |
Scan.ReadType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Scan |
Scan.setReadType(Scan.ReadType readType)
Set the read type for this scan.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Scan.ReadType |
ProtobufUtil.toReadType(org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Scan.ReadType readType) |
| 限定符和类型 | 方法和说明 |
|---|---|
static org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Scan.ReadType |
ProtobufUtil.toReadType(Scan.ReadType readType) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Scan.ReadType |
ProtobufUtil.toReadType(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Scan.ReadType readType) |
| 限定符和类型 | 方法和说明 |
|---|---|
static org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Scan.ReadType |
ProtobufUtil.toReadType(Scan.ReadType readType) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.