CellProtos.CellType |
CellProtos.CellOrBuilder.getCellType()
optional .hbase.pb.CellType cell_type = 5;
|
CellProtos.CellType |
CellProtos.Cell.getCellType()
optional .hbase.pb.CellType cell_type = 5;
|
CellProtos.CellType |
CellProtos.Cell.Builder.getCellType()
optional .hbase.pb.CellType cell_type = 5;
|
CellProtos.CellType |
CellProtos.KeyValueOrBuilder.getKeyType()
optional .hbase.pb.CellType key_type = 5;
|
CellProtos.CellType |
CellProtos.KeyValue.getKeyType()
optional .hbase.pb.CellType key_type = 5;
|
CellProtos.CellType |
CellProtos.KeyValue.Builder.getKeyType()
optional .hbase.pb.CellType key_type = 5;
|
static CellProtos.CellType |
CellProtos.CellType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CellProtos.CellType |
CellProtos.CellType.valueOf(int value) |
static CellProtos.CellType |
CellProtos.CellType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static CellProtos.CellType[] |
CellProtos.CellType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|