Uses of Enum Class
org.apache.hadoop.hbase.Cell.Type
Packages that use org.apache.hadoop.hbase.Cell.Type
-
Uses of org.apache.hadoop.hbase.Cell.Type in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.Cell.Type in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.Cell.TypePrivateCellUtil.code2Type(byte code) org.apache.hadoop.hbase.Cell.TypeCell.getType()Returns the type of cell in a human readable format usingCell.Type.default org.apache.hadoop.hbase.Cell.TypeExtendedCell.getType()Typically, at server side, you'd better always use theExtendedCell.getTypeByte()as this method does not expose theMaximumandMinimumbecause 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.static org.apache.hadoop.hbase.Cell.TypePrivateCellUtil.toType(byte type) static org.apache.hadoop.hbase.Cell.TypeCell.Type.valueOf(String name) static org.apache.hadoop.hbase.Cell.Type[]Cell.Type.values()Methods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.Cell.Type in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.CellBuilderCellBuilder.setType(org.apache.hadoop.hbase.Cell.Type type) org.apache.hadoop.hbase.ExtendedCellBuilderExtendedCellBuilder.setType(org.apache.hadoop.hbase.Cell.Type type) org.apache.hadoop.hbase.ExtendedCellBuilderExtendedCellBuilderImpl.setType(org.apache.hadoop.hbase.Cell.Type type) org.apache.hadoop.hbase.RawCellBuilderRawCellBuilder.setType(org.apache.hadoop.hbase.Cell.Type type) static org.apache.hadoop.hbase.KeyValue.TypePrivateCellUtil.toTypeByte(org.apache.hadoop.hbase.Cell.Type type) -
Uses of org.apache.hadoop.hbase.Cell.Type in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.Cell.Type in inModifier and TypeMethodDescriptionprotected final org.apache.hadoop.hbase.CellBuilderMutation.getCellBuilder(org.apache.hadoop.hbase.CellBuilderType cellBuilderType, org.apache.hadoop.hbase.Cell.Type cellType) get a CellBuilder instance that already has relevant Type and Row set.