Uses of Enum Class
org.apache.hadoop.hbase.Cell.Type
Package
Description
Provides HBase Client
Provides row-level filters applied to HRegion scan results during calls to
ResultScanner.next()
.Provides an HBase Thrift
service.
-
Uses of Cell.Type in org.apache.hadoop.hbase
Modifier and TypeFieldDescriptionprivate static final Cell.Type[]
PrivateCellUtil.CELL_TYPE_CODE_ARRAY
Modifier and TypeMethodDescriptionstatic Cell.Type
PrivateCellUtil.code2Type
(byte code) Cell.getType()
Returns the type of cell in a human readable format usingCell.Type
.default Cell.Type
ExtendedCell.getType()
Typically, at server side, you'd better always use theExtendedCell.getTypeByte()
as this method does not expose theMaximum
andMinimum
because they will not be returned to client, but at server side, we do have cells with these types so if you use this method it will cause exceptions.PrivateCellUtil.FirstOnRowByteBufferExtendedCell.getType()
PrivateCellUtil.FirstOnRowCell.getType()
PrivateCellUtil.FirstOnRowDeleteFamilyCell.getType()
PrivateCellUtil.LastOnRowByteBufferExtendedCell.getType()
PrivateCellUtil.LastOnRowCell.getType()
static Cell.Type
PrivateCellUtil.toType
(byte type) static Cell.Type
Returns the enum constant of this class with the specified name.static Cell.Type[]
Cell.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic KeyValue.Type
PrivateCellUtil.toTypeByte
(Cell.Type type) -
Uses of Cell.Type in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptionprotected final CellBuilder
Mutation.getCellBuilder
(CellBuilderType cellBuilderType, Cell.Type cellType) get a CellBuilder instance that already has relevant Type and Row set. -
Uses of Cell.Type in org.apache.hadoop.hbase.filter
-
Uses of Cell.Type in org.apache.hadoop.hbase.thrift2
Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.thrift2.generated.TDeleteType
ThriftUtilities.deleteTypeFromHBase
(Cell.Type type)