Package | Description |
---|---|
org.hbase.async.generated |
Modifier and Type | Method and Description |
---|---|
static CellPB.CellType |
CellPB.CellType.forNumber(int value) |
CellPB.CellType |
CellPB.CellOrBuilder.getCellType()
optional .CellType cell_type = 5; |
CellPB.CellType |
CellPB.Cell.getCellType()
optional .CellType cell_type = 5; |
CellPB.CellType |
CellPB.Cell.Builder.getCellType()
optional .CellType cell_type = 5; |
CellPB.CellType |
CellPB.KeyValueOrBuilder.getKeyType()
optional .CellType key_type = 5; |
CellPB.CellType |
CellPB.KeyValue.getKeyType()
optional .CellType key_type = 5; |
CellPB.CellType |
CellPB.KeyValue.Builder.getKeyType()
optional .CellType key_type = 5; |
static CellPB.CellType |
CellPB.CellType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CellPB.CellType |
CellPB.CellType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CellPB.CellType[] |
CellPB.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 com.google.protobuf.Internal.EnumLiteMap<CellPB.CellType> |
CellPB.CellType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
CellPB.Cell.Builder |
CellPB.Cell.Builder.setCellType(CellPB.CellType value)
optional .CellType cell_type = 5; |
CellPB.KeyValue.Builder |
CellPB.KeyValue.Builder.setKeyType(CellPB.CellType value)
optional .CellType key_type = 5; |
Copyright © 2010–2018 The Async HBase Authors. All rights reserved.