[
https://issues.apache.org/jira/browse/HBASE-18519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai updated HBASE-18519:
-----------------------------------
Resolution: Fixed
Hadoop Flags: Reviewed
Release Note:
Introduce the CellBuilder helper.
1) Using CellBuilderFactory to get CellBuilder for creating cell with row,
column, qualifier, type, and value.
2) For internal use, the ExtendedCellBuilder, which is created by
ExtendedCellBuilderFactory, is able to build cell with extra fields - sequence
id and tags -
Status: Resolved (was: Patch Available)
> Use builder pattern to create cell
> ----------------------------------
>
> Key: HBASE-18519
> URL: https://issues.apache.org/jira/browse/HBASE-18519
> Project: HBase
> Issue Type: Improvement
> Reporter: Chia-Ping Tsai
> Assignee: Chia-Ping Tsai
> Fix For: 2.0.0
>
> Attachments: HBASE-18519.v0.patch, HBASE-18519.v1.patch,
> HBASE-18519.v2.patch, HBASE-18519.v3.patch, HBASE-18519.v4.patch,
> HBASE-18519.v5.patch
>
>
> The IndividualBytesFieldCell, which is introduced by HBASE-14882, carries the
> input arguments without copying. We can substitute IndividualBytesFieldCell
> for CellUtil.createCell.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)