| Package | Description |
|---|---|
| org.apache.hadoop.hbase |
| Modifier and Type | Method and Description |
|---|---|
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)
Returns the enum constant of this type with the specified name.
|
static Cell.Type[] |
Cell.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RawCellBuilder |
RawCellBuilder.setType(Cell.Type type) |
ExtendedCellBuilder |
ExtendedCellBuilderImpl.setType(Cell.Type type) |
ExtendedCellBuilder |
ExtendedCellBuilder.setType(Cell.Type type) |
CellBuilder |
CellBuilder.setType(Cell.Type type) |
static KeyValue.Type |
PrivateCellUtil.toTypeByte(Cell.Type type) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.