| Package | Description |
|---|---|
| org.apache.hadoop.hbase.shaded.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
static CellProtos.CellType |
CellProtos.CellType.forNumber(int value) |
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(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CellProtos.CellType |
CellProtos.CellType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CellProtos.CellType |
CellProtos.CellType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CellProtos.CellType[] |
CellProtos.CellType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap<CellProtos.CellType> |
CellProtos.CellType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
CellProtos.Cell.Builder |
CellProtos.Cell.Builder.setCellType(CellProtos.CellType value)
optional .hbase.pb.CellType cell_type = 5; |
CellProtos.KeyValue.Builder |
CellProtos.KeyValue.Builder.setKeyType(CellProtos.CellType value)
optional .hbase.pb.CellType key_type = 5; |
Copyright © 2007–2019 Cloudera. All rights reserved.