Uses of Enum Class
org.apache.hadoop.hbase.CellBuilderType
-
Uses of org.apache.hadoop.hbase.CellBuilderType in org.apache.hadoop.hbase
Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.CellBuilderType
CellBuilderType.valueOf
(String name) static org.apache.hadoop.hbase.CellBuilderType[]
CellBuilderType.values()
Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.CellBuilder
CellBuilderFactory.create
(org.apache.hadoop.hbase.CellBuilderType type) Create a CellBuilder instance.static org.apache.hadoop.hbase.ExtendedCellBuilder
ExtendedCellBuilderFactory.create
(org.apache.hadoop.hbase.CellBuilderType type) Allows creating a cell with the given CellBuilderType. -
Uses of org.apache.hadoop.hbase.CellBuilderType in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.CellBuilder
Append.getCellBuilder
(org.apache.hadoop.hbase.CellBuilderType type) org.apache.hadoop.hbase.CellBuilder
Delete.getCellBuilder
(org.apache.hadoop.hbase.CellBuilderType type) org.apache.hadoop.hbase.CellBuilder
Increment.getCellBuilder
(org.apache.hadoop.hbase.CellBuilderType type) abstract org.apache.hadoop.hbase.CellBuilder
Mutation.getCellBuilder
(org.apache.hadoop.hbase.CellBuilderType cellBuilderType) get a CellBuilder instance that already has relevant Type and Row set.protected final org.apache.hadoop.hbase.CellBuilder
Mutation.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.org.apache.hadoop.hbase.CellBuilder
Put.getCellBuilder
(org.apache.hadoop.hbase.CellBuilderType type)