Uses of Enum Class
org.apache.hadoop.hbase.Cell.Type
Packages that use 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
Fields in org.apache.hadoop.hbase declared as Cell.TypeModifier and TypeFieldDescriptionprivate static final Cell.Type[]
PrivateCellUtil.CELL_TYPE_CODE_ARRAY
Methods in org.apache.hadoop.hbase that return Cell.TypeModifier 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.Methods in org.apache.hadoop.hbase with parameters of type Cell.TypeModifier and TypeMethodDescriptionstatic KeyValue.Type
PrivateCellUtil.toTypeByte
(Cell.Type type) -
Uses of Cell.Type in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client with parameters of type Cell.TypeModifier 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
Methods in org.apache.hadoop.hbase.filter that return Cell.Type -
Uses of Cell.Type in org.apache.hadoop.hbase.thrift2
Methods in org.apache.hadoop.hbase.thrift2 with parameters of type Cell.TypeModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.thrift2.generated.TDeleteType
ThriftUtilities.deleteTypeFromHBase
(Cell.Type type)