| 程序包 | 说明 |
|---|---|
| com.alibaba.hbase.thrift2.generated |
| 限定符和类型 | 字段和说明 |
|---|---|
TReadType |
TScan.readType |
| 限定符和类型 | 方法和说明 |
|---|---|
static TReadType |
TReadType.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
TReadType |
TScan.getReadType() |
static TReadType |
TReadType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static TReadType[] |
TReadType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
TScan |
TScan.setReadType(TReadType readType) |
Copyright © 2019. All rights reserved.