| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase |
| 限定符和类型 | 方法和说明 |
|---|---|
default Cell.Type |
Cell.getType()
Returns the type of cell in a human readable format using
Cell.Type. |
static Cell.Type |
PrivateCellUtil.toType(byte type) |
static Cell.Type |
Cell.Type.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Cell.Type[] |
Cell.Type.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
ExtendedCellBuilder |
ExtendedCellBuilder.setType(Cell.Type type) |
CellBuilder |
CellBuilder.setType(Cell.Type type) |
RawCellBuilder |
RawCellBuilder.setType(Cell.Type type) |
ExtendedCellBuilder |
ExtendedCellBuilderImpl.setType(Cell.Type type) |
static KeyValue.Type |
PrivateCellUtil.toTypeByte(Cell.Type type) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.